Html Css Color HEX #CC8322 Ochre

📋 copy color: '#CC8322'

red 204 ◦ green 131 ◦ blue 34

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

Shades of Ochre #CC8322

Tints of Ochre #CC8322

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

 BLUE value IS 34 (13.67% from 255) = 9.21%

R = 55.28%
G = 35.5%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC8322 (or 0xCC8322) is known color: Ochre. HEX triplet: CC, 83 and 22. RGB value is (204,131,34). Sum of RGB (Red+Green+Blue) = 204+131+34=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8322 is #337CDD. Grayscale: #8E8E8E. Windows color (decimal): -3374302 or 2261964. OLE color: 2261964.

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

Color convert

RGB 204 131 34 -
CMYK 0 0.36 0.83 0.2
HSL 34.24º 0.71% 0.47% -
HSV(B) 34.24º 0.83% 0.8% -
XYZ 33.31 29.19 5.39 -
YUV 141.77 67.18 172.39 -
System Red Green Blue C M Y K H S L
Decimal 204 131 34 0 0.36 0.83 0.2 34.24 0.71 0.47
Hex CC 83 22 0 24 53 14 22 47 2F
Octal 314 203 42 0 44 123 24 42 107 57
Binary 11001100 10000011 100010 0 100100 1010011 10100 100010 1000111 101111

Color Harmonies of #CC8322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8322

Black with #CC8322

Text Example


Text Example

White with #CC8322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8322; }

 p { color: rgb(204,131,34); }

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

background-color css

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

 a { background-color: rgb(204,131,34); }

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

border-color css

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

 span { border-color: rgb(204,131,34); }

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