Html Css Color HEX #CC772B Ochre

📋 copy color: '#CC772B'

red 204 ◦ green 119 ◦ blue 43

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

Shades of Ochre #CC772B

Tints of Ochre #CC772B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.51%

 BLUE value IS 43 (17.19% from 255) = 11.75%

R = 55.74%
G = 32.51%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC772B (or 0xCC772B) is known color: Ochre. HEX triplet: CC, 77 and 2B. RGB value is (204,119,43). Sum of RGB (Red+Green+Blue) = 204+119+43=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC772B is #3388D4. Grayscale: #888888. Windows color (decimal): -3377365 or 2848716. OLE color: 2848716.

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

Color convert

RGB 204 119 43 -
CMYK 0 0.42 0.79 0.2
HSL 28.32º 0.65% 0.48% -
HSV(B) 28.32º 0.79% 0.8% -
XYZ 31.93 26.21 5.66 -
YUV 135.75 75.66 176.68 -
System Red Green Blue C M Y K H S L
Decimal 204 119 43 0 0.42 0.79 0.2 28.32 0.65 0.48
Hex CC 77 2B 0 2A 4F 14 1C 41 30
Octal 314 167 53 0 52 117 24 34 101 60
Binary 11001100 1110111 101011 0 101010 1001111 10100 11100 1000001 110000

Color Harmonies of #CC772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC772B

Black with #CC772B

Text Example


Text Example

White with #CC772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC772B; }

 p { color: rgb(204,119,43); }

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

background-color css

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

 a { background-color: rgb(204,119,43); }

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

border-color css

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

 span { border-color: rgb(204,119,43); }

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