Html Css Color HEX #C77219 Ochre

📋 copy color: '#C77219'

red 199 ◦ green 114 ◦ blue 25

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

Shades of Ochre #C77219

Tints of Ochre #C77219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.4%

R = 58.88%
G = 33.73%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C77219 (or 0xC77219) is known color: Ochre. HEX triplet: C7, 72 and 19. RGB value is (199,114,25). Sum of RGB (Red+Green+Blue) = 199+114+25=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C77219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77219 is #388DE6. Grayscale: #818181. Windows color (decimal): -3706343 or 1667783. OLE color: 1667783.

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

Color convert

RGB 199 114 25 -
CMYK 0 0.43 0.87 0.22
HSL 30.69º 0.78% 0.44% -
HSV(B) 30.69º 0.87% 0.78% -
XYZ 29.75 24.25 4.03 -
YUV 129.27 69.16 177.74 -
System Red Green Blue C M Y K H S L
Decimal 199 114 25 0 0.43 0.87 0.22 30.69 0.78 0.44
Hex C7 72 19 0 2B 57 16 1F 4E 2C
Octal 307 162 31 0 53 127 26 37 116 54
Binary 11000111 1110010 11001 0 101011 1010111 10110 11111 1001110 101100

Color Harmonies of #C77219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77219

Black with #C77219

Text Example


Text Example

White with #C77219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77219; }

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

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

background-color css

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

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

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

border-color css

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

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

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