#CC711F

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

Shades of Ochre #CC711F

Tints of Ochre #CC711F

Color information

#CC711F (or 0xCC711F) is unknown color: approx Ochre. HEX triplet: CC, 71 and 1F. RGB value is (204,113,31). Sum of RGB (Red+Green+Blue) = 204+113+31=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC711F is #338EE0. Grayscale: #838383. Windows color (decimal): -3378913 or 2060748. OLE color: 2060748.

HSL color Cylindrical-coordinate representation of color #CC711F: hue angle of 28.44º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC711F is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB20411331-
CMYK00.450.850.2
HSL28.44º73.62%46.08%-
HSV(B)28.44º84.8%80%-
XYZ31.0524.754.44-
YUV130.8671.65180.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.62%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 31 (12.5% from 255) = 8.91%
R=58.62%
G=32.47%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041133100.450.850.228.4473.6246.08
HexCC711F02D55141c4a2e
Octal31416137055125243411256
Binary110011001110001111110101101101010110100111001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC711F; }

 p { color: rgb(204,113,31); }

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

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

 a { background-color: rgb(204,113,31); }

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

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

 span { border-color: rgb(204,113,31); }

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