Html Css Color HEX #CC7820 Ochre

📋 copy color: '#CC7820'

red 204 ◦ green 120 ◦ blue 32

#CC7820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CC7820

Tints of Ochre #CC7820

RGB

 RED value IS 204 (80.08% from 255) = 57.3%

 GREEN value IS 120 (47.27% from 255) = 33.71%

 BLUE value IS 32 (12.89% from 255) = 8.99%

R = 57.3%
G = 33.71%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC7820 (or 0xCC7820) is known color: 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

RGB 204 120 32 -
CMYK 0 0.41 0.84 0.2
HSL 30.7º 0.73% 0.46% -
HSV(B) 30.7º 0.84% 0.8% -
XYZ 31.88 26.37 4.78 -
YUV 135.08 69.83 177.16 -
System Red Green Blue C M Y K H S L
Decimal 204 120 32 0 0.41 0.84 0.2 30.7 0.73 0.46
Hex CC 78 20 0 29 54 14 1F 49 2E
Octal 314 170 40 0 51 124 24 37 111 56
Binary 11001100 1111000 100000 0 101001 1010100 10100 11111 1001001 101110

Color Harmonies of #CC7820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7820

Black with #CC7820

Text Example


Text Example

White with #CC7820

Text Example


Text Example

HTML Codes & Css Web 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>