Html Css Color HEX #CC7822 Ochre

📋 copy color: '#CC7822'

red 204 ◦ green 120 ◦ blue 34

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

Shades of Ochre #CC7822

Tints of Ochre #CC7822

RGB

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

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

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

R = 56.98%
G = 33.52%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC7822 (or 0xCC7822) is known color: Ochre. HEX triplet: CC, 78 and 22. RGB value is (204,120,34). Sum of RGB (Red+Green+Blue) = 204+120+34=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7822 is #3387DD. Grayscale: #878787. Windows color (decimal): -3377118 or 2259148. OLE color: 2259148.

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

Color convert

RGB 204 120 34 -
CMYK 0 0.41 0.83 0.2
HSL 30.35º 0.71% 0.47% -
HSV(B) 30.35º 0.83% 0.8% -
XYZ 31.91 26.39 4.92 -
YUV 135.31 70.83 176.99 -
System Red Green Blue C M Y K H S L
Decimal 204 120 34 0 0.41 0.83 0.2 30.35 0.71 0.47
Hex CC 78 22 0 29 53 14 1E 47 2F
Octal 314 170 42 0 51 123 24 36 107 57
Binary 11001100 1111000 100010 0 101001 1010011 10100 11110 1000111 101111

Color Harmonies of #CC7822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7822

Black with #CC7822

Text Example


Text Example

White with #CC7822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7822; }

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

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

background-color css

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

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

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

border-color css

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

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

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