#CB742C

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

Shades of Ochre #CB742C

Tints of Ochre #CB742C

Color information

#CB742C (or 0xCB742C) is unknown color: approx Ochre. HEX triplet: CB, 74 and 2C. RGB value is (203,116,44). Sum of RGB (Red+Green+Blue) = 203+116+44=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB742C is #348BD3. Grayscale: #868686. Windows color (decimal): -3443668 or 2913483. OLE color: 2913483.

HSL color Cylindrical-coordinate representation of color #CB742C: hue angle of 27.17º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB742C is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB20311644-
CMYK00.430.780.20
HSL27.17º64.37%48.43%-
HSV(B)27.17º78.33%79.61%-
XYZ31.3325.375.63-
YUV133.877.32177.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.92%
GREEN value IS 116 (45.70% from 255) = 31.96%
BLUE value IS 44 (17.58% from 255) = 12.12%
R=55.92%
G=31.96%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031164400.430.780.2027.1764.3748.43
HexCB742C02B4E141b4030
Octal31316454053116243310060
Binary1100101111101001011000101011100111010100110111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB742C; }

 p { color: rgb(203,116,44); }

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

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

 a { background-color: rgb(203,116,44); }

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

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

 span { border-color: rgb(203,116,44); }

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