Html Css Color HEX #C77E17 Ochre

📋 copy color: '#C77E17'

red 199 ◦ green 126 ◦ blue 23

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

Shades of Ochre #C77E17

Tints of Ochre #C77E17

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

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

R = 57.18%
G = 36.21%
B = 6.61%

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

#C77E17 (or 0xC77E17) is known color: Ochre. HEX triplet: C7, 7E and 17. RGB value is (199,126,23). Sum of RGB (Red+Green+Blue) = 199+126+23=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77E17 is #3881E8. Grayscale: #888888. Windows color (decimal): -3703273 or 1539783. OLE color: 1539783.

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

Color convert

RGB 199 126 23 -
CMYK 0 0.37 0.88 0.22
HSL 35.11º 0.79% 0.44% -
HSV(B) 35.11º 0.88% 0.78% -
XYZ 31.17 27.13 4.4 -
YUV 136.09 64.18 172.88 -
System Red Green Blue C M Y K H S L
Decimal 199 126 23 0 0.37 0.88 0.22 35.11 0.79 0.44
Hex C7 7E 17 0 25 58 16 23 4F 2C
Octal 307 176 27 0 45 130 26 43 117 54
Binary 11000111 1111110 10111 0 100101 1011000 10110 100011 1001111 101100

Color Harmonies of #C77E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77E17

Black with #C77E17

Text Example


Text Example

White with #C77E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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