#CC720B

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

Shades of Ochre #CC720B

Tints of Ochre #CC720B

Color information

#CC720B (or 0xCC720B) is unknown color: approx Ochre. HEX triplet: CC, 72 and 0B. RGB value is (204,114,11). Sum of RGB (Red+Green+Blue) = 204+114+11=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC720B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC720B is #338DF4. Grayscale: #818181. Windows color (decimal): -3378677 or 750284. OLE color: 750284.

HSL color Cylindrical-coordinate representation of color #CC720B: hue angle of 32.02º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC720B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB20411411-
CMYK00.440.950.2
HSL32.02º89.77%42.16%-
HSV(B)32.02º94.61%80%-
XYZ30.9824.93.49-
YUV129.1761.32181.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.01%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 11 (4.69% from 255) = 3.34%
R=62.01%
G=34.65%
B=3.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.95
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041141100.440.950.232.0289.7742.16
HexCC72B02C5F14205a2a
Octal31416213054137244013252
Binary110011001110010101101011001011111101001000001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC720B; }

 p { color: rgb(204,114,11); }

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

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

 a { background-color: rgb(204,114,11); }

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

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

 span { border-color: rgb(204,114,11); }

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