Html Css Color HEX #CC7828 Ochre

📋 copy color: '#CC7828'

red 204 ◦ green 120 ◦ blue 40

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

Shades of Ochre #CC7828

Tints of Ochre #CC7828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.99%

R = 56.04%
G = 32.97%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC7828 (or 0xCC7828) is known color: Ochre. HEX triplet: CC, 78 and 28. RGB value is (204,120,40). Sum of RGB (Red+Green+Blue) = 204+120+40=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7828 is #3387D7. Grayscale: #888888. Windows color (decimal): -3377112 or 2652364. OLE color: 2652364.

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

Color convert

RGB 204 120 40 -
CMYK 0 0.41 0.80 0.2
HSL 29.27º 0.67% 0.48% -
HSV(B) 29.27º 0.8% 0.8% -
XYZ 32 26.42 5.42 -
YUV 136 73.83 176.5 -
System Red Green Blue C M Y K H S L
Decimal 204 120 40 0 0.41 0.80 0.2 29.27 0.67 0.48
Hex CC 78 28 0 29 50 14 1D 43 30
Octal 314 170 50 0 51 120 24 35 103 60
Binary 11001100 1111000 101000 0 101001 1010000 10100 11101 1000011 110000

Color Harmonies of #CC7828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7828

Black with #CC7828

Text Example


Text Example

White with #CC7828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7828; }

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

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

background-color css

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

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

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

border-color css

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

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

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