Html Css Color HEX #C77919 Ochre

📋 copy color: '#C77919'

red 199 ◦ green 121 ◦ blue 25

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

Shades of Ochre #C77919

Tints of Ochre #C77919

RGB

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

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

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

R = 57.68%
G = 35.07%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C77919 (or 0xC77919) is known color: Ochre. HEX triplet: C7, 79 and 19. RGB value is (199,121,25). Sum of RGB (Red+Green+Blue) = 199+121+25=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C77919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77919 is #3886E6. Grayscale: #858585. Windows color (decimal): -3704551 or 1669575. OLE color: 1669575.

HSL color Cylindrical-coordinate representation of color #C77919: hue angle of 33.1º 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 #C77919 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 121 25 -
CMYK 0 0.39 0.87 0.22
HSL 33.1º 0.78% 0.44% -
HSV(B) 33.1º 0.87% 0.78% -
XYZ 30.57 25.89 4.31 -
YUV 133.38 66.84 174.81 -
System Red Green Blue C M Y K H S L
Decimal 199 121 25 0 0.39 0.87 0.22 33.1 0.78 0.44
Hex C7 79 19 0 27 57 16 21 4E 2C
Octal 307 171 31 0 47 127 26 41 116 54
Binary 11000111 1111001 11001 0 100111 1010111 10110 100001 1001110 101100

Color Harmonies of #C77919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77919

Black with #C77919

Text Example


Text Example

White with #C77919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77919; }

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

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

background-color css

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

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

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

border-color css

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

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

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