#CB7A1C

Color #CB7A1C Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CB7A1C

Tints of Ochre #CB7A1C

Color information

#CB7A1C (or 0xCB7A1C) is unknown color: approx Ochre. HEX triplet: CB, 7A and 1C. RGB value is (203,122,28). Sum of RGB (Red+Green+Blue) = 203+122+28=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7A1C is #3485E3. Grayscale: #878787. Windows color (decimal): -3442148 or 1866443. OLE color: 1866443.

HSL color Cylindrical-coordinate representation of color #CB7A1C: hue angle of 32.23º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB7A1C is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB20312228-
CMYK00.400.860.20
HSL32.23º75.76%45.29%-
HSV(B)32.23º86.21%79.61%-
XYZ31.826.74.58-
YUV135.567.34176.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 57.51%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 28 (11.33% from 255) = 7.93%
R=57.51%
G=34.56%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031222800.400.860.2032.2375.7645.29
HexCB7A1C0285614204c2d
Octal31317234050126244011455
Binary1100101111110101110001010001010110101001000001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7A1C; }

 p { color: rgb(203,122,28); }

 H1.HeaderClassName
 {
   color: #CB7A1C;
 }
 .AnyTagClassName
 {
   color: #CB7A1C;
 }
</style>
background-color css

<style>
 a { background-color: #CB7A1C; }

 a { background-color: rgb(203,122,28); }

 div.DivClassName
 {
   background-color: #CB7A1C;
 }
 .BgClassName
 {
   background-color: #CB7A1C;
 }
</style>
border-color css

<style>
 span { border-color: #CB7A1C; }

 span { border-color: rgb(203,122,28); }

 td.TdClassName
 {
   border-color: #CB7A1C;
 }
 .TagClassName
 {
   border-color: #CB7A1C;
 }
</style>