Html Css Color HEX #C77417 Ochre

📋 copy color: '#C77417'

red 199 ◦ green 116 ◦ blue 23

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

Shades of Ochre #C77417

Tints of Ochre #C77417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

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

R = 58.88%
G = 34.32%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C77417 (or 0xC77417) is known color: Ochre. HEX triplet: C7, 74 and 17. RGB value is (199,116,23). Sum of RGB (Red+Green+Blue) = 199+116+23=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C77417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77417 is #388BE8. Grayscale: #828282. Windows color (decimal): -3705833 or 1537223. OLE color: 1537223.

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

Color convert

RGB 199 116 23 -
CMYK 0 0.42 0.88 0.22
HSL 31.7º 0.79% 0.44% -
HSV(B) 31.7º 0.88% 0.78% -
XYZ 29.95 24.69 4 -
YUV 130.22 67.5 177.06 -
System Red Green Blue C M Y K H S L
Decimal 199 116 23 0 0.42 0.88 0.22 31.7 0.79 0.44
Hex C7 74 17 0 2A 58 16 20 4F 2C
Octal 307 164 27 0 52 130 26 40 117 54
Binary 11000111 1110100 10111 0 101010 1011000 10110 100000 1001111 101100

Color Harmonies of #C77417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77417

Black with #C77417

Text Example


Text Example

White with #C77417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77417; }

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

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

background-color css

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

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

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

border-color css

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

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

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