#CC7820

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

Shades of Ochre #CC7820

Tints of Ochre #CC7820

Color information

#CC7820 (or 0xCC7820) is unknown color: approx Ochre. HEX triplet: CC, 78 and 20. RGB value is (204,120,32). Sum of RGB (Red+Green+Blue) = 204+120+32=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7820 is #3387DF. Grayscale: #878787. Windows color (decimal): -3377120 or 2128076. OLE color: 2128076.

HSL color Cylindrical-coordinate representation of color #CC7820: hue angle of 30.7º 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 #CC7820 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB20412032-
CMYK00.410.840.2
HSL30.7º72.88%46.27%-
HSV(B)30.7º84.31%80%-
XYZ31.8826.374.78-
YUV135.0869.83177.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.30%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 32 (12.89% from 255) = 8.99%
R=57.30%
G=33.71%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041203200.410.840.230.772.8846.27
HexCC782002954141f492e
Octal31417040051124243711156
Binary1100110011110001000000101001101010010100111111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7820; }

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

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

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

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

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

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

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

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