Html Css Color HEX #C77F19 Ochre

📋 copy color: '#C77F19'

red 199 ◦ green 127 ◦ blue 25

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

Shades of Ochre #C77F19

Tints of Ochre #C77F19

RGB

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

 GREEN value IS 127 (50% from 255) = 36.18%

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

R = 56.7%
G = 36.18%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C77F19 (or 0xC77F19) is known color: Ochre. HEX triplet: C7, 7F and 19. RGB value is (199,127,25). Sum of RGB (Red+Green+Blue) = 199+127+25=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77F19 is #3880E6. Grayscale: #898989. Windows color (decimal): -3703015 or 1671111. OLE color: 1671111.

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

Color convert

RGB 199 127 25 -
CMYK 0 0.36 0.87 0.22
HSL 35.17º 0.78% 0.44% -
HSV(B) 35.17º 0.87% 0.78% -
XYZ 31.32 27.39 4.56 -
YUV 136.9 64.85 172.29 -
System Red Green Blue C M Y K H S L
Decimal 199 127 25 0 0.36 0.87 0.22 35.17 0.78 0.44
Hex C7 7F 19 0 24 57 16 23 4E 2C
Octal 307 177 31 0 44 127 26 43 116 54
Binary 11000111 1111111 11001 0 100100 1010111 10110 100011 1001110 101100

Color Harmonies of #C77F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F19

Black with #C77F19

Text Example


Text Example

White with #C77F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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