Html Css Color HEX #C77D17 Ochre

📋 copy color: '#C77D17'

red 199 ◦ green 125 ◦ blue 23

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

Shades of Ochre #C77D17

Tints of Ochre #C77D17

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.02%

 BLUE value IS 23 (9.38% from 255) = 6.63%

R = 57.35%
G = 36.02%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C77D17 (or 0xC77D17) is known color: Ochre. HEX triplet: C7, 7D and 17. RGB value is (199,125,23). Sum of RGB (Red+Green+Blue) = 199+125+23=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77D17 is #3882E8. Grayscale: #878787. Windows color (decimal): -3703529 or 1539527. OLE color: 1539527.

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

Color convert

RGB 199 125 23 -
CMYK 0 0.37 0.88 0.22
HSL 34.77º 0.79% 0.44% -
HSV(B) 34.77º 0.88% 0.78% -
XYZ 31.04 26.87 4.36 -
YUV 135.5 64.52 173.29 -
System Red Green Blue C M Y K H S L
Decimal 199 125 23 0 0.37 0.88 0.22 34.77 0.79 0.44
Hex C7 7D 17 0 25 58 16 23 4F 2C
Octal 307 175 27 0 45 130 26 43 117 54
Binary 11000111 1111101 10111 0 100101 1011000 10110 100011 1001111 101100

Color Harmonies of #C77D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77D17

Black with #C77D17

Text Example


Text Example

White with #C77D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77D17; }

 p { color: rgb(199,125,23); }

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

background-color css

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

 a { background-color: rgb(199,125,23); }

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

border-color css

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

 span { border-color: rgb(199,125,23); }

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