Html Css Color HEX #C47417 Ochre

📋 copy color: '#C47417'

red 196 ◦ green 116 ◦ blue 23

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

Shades of Ochre #C47417

Tints of Ochre #C47417

RGB

 RED value IS 196 (76.95% from 255) = 58.51%

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

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

R = 58.51%
G = 34.63%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C47417 (or 0xC47417) is known color: Ochre. HEX triplet: C4, 74 and 17. RGB value is (196,116,23). Sum of RGB (Red+Green+Blue) = 196+116+23=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C47417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47417 is #3B8BE8. Grayscale: #818181. Windows color (decimal): -3902441 or 1537220. OLE color: 1537220.

HSL color Cylindrical-coordinate representation of color #C47417: hue angle of 32.25º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C47417 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 116 23 -
CMYK 0 0.41 0.88 0.23
HSL 32.25º 0.79% 0.43% -
HSV(B) 32.25º 0.88% 0.77% -
XYZ 29.17 24.29 3.96 -
YUV 129.32 68 175.56 -
System Red Green Blue C M Y K H S L
Decimal 196 116 23 0 0.41 0.88 0.23 32.25 0.79 0.43
Hex C4 74 17 0 29 58 17 20 4F 2B
Octal 304 164 27 0 51 130 27 40 117 53
Binary 11000100 1110100 10111 0 101001 1011000 10111 100000 1001111 101011

Color Harmonies of #C47417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47417

Black with #C47417

Text Example


Text Example

White with #C47417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47417; }

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

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

background-color css

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

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

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

border-color css

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

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

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