Html Css Color HEX #CC7824 Ochre

📋 copy color: '#CC7824'

red 204 ◦ green 120 ◦ blue 36

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

Shades of Ochre #CC7824

Tints of Ochre #CC7824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10%

R = 56.67%
G = 33.33%
B = 10%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC7824 (or 0xCC7824) is known color: Ochre. HEX triplet: CC, 78 and 24. RGB value is (204,120,36). Sum of RGB (Red+Green+Blue) = 204+120+36=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7824 is #3387DB. Grayscale: #878787. Windows color (decimal): -3377116 or 2390220. OLE color: 2390220.

HSL color Cylindrical-coordinate representation of color #CC7824: hue angle of 30º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC7824 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 120 36 -
CMYK 0 0.41 0.82 0.2
HSL 30º 0.7% 0.47% -
HSV(B) 30º 0.82% 0.8% -
XYZ 31.94 26.4 5.08 -
YUV 135.54 71.83 176.83 -
System Red Green Blue C M Y K H S L
Decimal 204 120 36 0 0.41 0.82 0.2 30 0.7 0.47
Hex CC 78 24 0 29 52 14 1E 46 2F
Octal 314 170 44 0 51 122 24 36 106 57
Binary 11001100 1111000 100100 0 101001 1010010 10100 11110 1000110 101111

Color Harmonies of #CC7824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7824

Black with #CC7824

Text Example


Text Example

White with #CC7824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7824; }

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

 H1.HeaderClassName
 {
   color: #CC7824;
 }
 .AnyTagClassName
 {
   color: #CC7824;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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