Html Css Color HEX #C77229 Ochre

📋 copy color: '#C77229'

red 199 ◦ green 114 ◦ blue 41

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

Shades of Ochre #C77229

Tints of Ochre #C77229

RGB

 RED value IS 199 (78.13% from 255) = 56.21%

 GREEN value IS 114 (44.92% from 255) = 32.2%

 BLUE value IS 41 (16.41% from 255) = 11.58%

R = 56.21%
G = 32.2%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C77229 (or 0xC77229) is known color: Ochre. HEX triplet: C7, 72 and 29. RGB value is (199,114,41). Sum of RGB (Red+Green+Blue) = 199+114+41=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C77229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77229 is #388DD6. Grayscale: #838383. Windows color (decimal): -3706327 or 2716359. OLE color: 2716359.

HSL color Cylindrical-coordinate representation of color #C77229: hue angle of 27.72º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C77229 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 114 41 -
CMYK 0 0.43 0.79 0.22
HSL 27.72º 0.66% 0.47% -
HSV(B) 27.72º 0.79% 0.78% -
XYZ 29.97 24.34 5.22 -
YUV 131.09 77.16 176.44 -
System Red Green Blue C M Y K H S L
Decimal 199 114 41 0 0.43 0.79 0.22 27.72 0.66 0.47
Hex C7 72 29 0 2B 4F 16 1C 42 2F
Octal 307 162 51 0 53 117 26 34 102 57
Binary 11000111 1110010 101001 0 101011 1001111 10110 11100 1000010 101111

Color Harmonies of #C77229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77229

Black with #C77229

Text Example


Text Example

White with #C77229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77229; }

 p { color: rgb(199,114,41); }

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

background-color css

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

 a { background-color: rgb(199,114,41); }

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

border-color css

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

 span { border-color: rgb(199,114,41); }

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