Html Css Color HEX #C77617 Ochre

📋 copy color: '#C77617'

red 199 ◦ green 118 ◦ blue 23

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

Shades of Ochre #C77617

Tints of Ochre #C77617

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.71%

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

R = 58.53%
G = 34.71%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C77617 (or 0xC77617) is known color: Ochre. HEX triplet: C7, 76 and 17. RGB value is (199,118,23). Sum of RGB (Red+Green+Blue) = 199+118+23=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C77617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77617 is #3889E8. Grayscale: #838383. Windows color (decimal): -3705321 or 1537735. OLE color: 1537735.

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

Color convert

RGB 199 118 23 -
CMYK 0 0.41 0.88 0.22
HSL 32.39º 0.79% 0.44% -
HSV(B) 32.39º 0.88% 0.78% -
XYZ 30.19 25.16 4.08 -
YUV 131.39 66.84 176.22 -
System Red Green Blue C M Y K H S L
Decimal 199 118 23 0 0.41 0.88 0.22 32.39 0.79 0.44
Hex C7 76 17 0 29 58 16 20 4F 2C
Octal 307 166 27 0 51 130 26 40 117 54
Binary 11000111 1110110 10111 0 101001 1011000 10110 100000 1001111 101100

Color Harmonies of #C77617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77617

Black with #C77617

Text Example


Text Example

White with #C77617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77617; }

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

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

background-color css

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

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

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

border-color css

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

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

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