#CC7420

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

Shades of Ochre #CC7420

Tints of Ochre #CC7420

Color information

#CC7420 (or 0xCC7420) is unknown color: approx Ochre. HEX triplet: CC, 74 and 20. RGB value is (204,116,32). Sum of RGB (Red+Green+Blue) = 204+116+32=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7420 is #338BDF. Grayscale: #858585. Windows color (decimal): -3378144 or 2127052. OLE color: 2127052.

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

Color convert

RGB20411632-
CMYK00.430.840.2
HSL29.3º72.88%46.27%-
HSV(B)29.3º84.31%80%-
XYZ31.4125.434.62-
YUV132.7471.15178.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.95%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 32 (12.89% from 255) = 9.09%
R=57.95%
G=32.95%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041163200.430.840.229.372.8846.27
HexCC742002B54141d492e
Octal31416440053124243511156
Binary1100110011101001000000101011101010010100111011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7420; }

 p { color: rgb(204,116,32); }

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

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

 a { background-color: rgb(204,116,32); }

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

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

 span { border-color: rgb(204,116,32); }

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