Html Css Color HEX #CC7922 Ochre

📋 copy color: '#CC7922'

red 204 ◦ green 121 ◦ blue 34

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

Shades of Ochre #CC7922

Tints of Ochre #CC7922

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.7%

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

R = 56.82%
G = 33.7%
B = 9.47%

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

#CC7922 (or 0xCC7922) is known color: Ochre. HEX triplet: CC, 79 and 22. RGB value is (204,121,34). Sum of RGB (Red+Green+Blue) = 204+121+34=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7922 is #3386DD. Grayscale: #888888. Windows color (decimal): -3376862 or 2259404. OLE color: 2259404.

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

Color convert

RGB 204 121 34 -
CMYK 0 0.41 0.83 0.2
HSL 30.71º 0.71% 0.47% -
HSV(B) 30.71º 0.83% 0.8% -
XYZ 32.03 26.63 4.96 -
YUV 135.9 70.5 176.57 -
System Red Green Blue C M Y K H S L
Decimal 204 121 34 0 0.41 0.83 0.2 30.71 0.71 0.47
Hex CC 79 22 0 29 53 14 1F 47 2F
Octal 314 171 42 0 51 123 24 37 107 57
Binary 11001100 1111001 100010 0 101001 1010011 10100 11111 1000111 101111

Color Harmonies of #CC7922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7922

Black with #CC7922

Text Example


Text Example

White with #CC7922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7922; }

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

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

background-color css

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

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

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

border-color css

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

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

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