Html Css Color HEX #C37117 Ochre

📋 copy color: '#C37117'

red 195 ◦ green 113 ◦ blue 23

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

Shades of Ochre #C37117

Tints of Ochre #C37117

RGB

 RED value IS 195 (76.56% from 255) = 58.91%

 GREEN value IS 113 (44.53% from 255) = 34.14%

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

R = 58.91%
G = 34.14%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C37117 (or 0xC37117) is known color: Ochre. HEX triplet: C3, 71 and 17. RGB value is (195,113,23). Sum of RGB (Red+Green+Blue) = 195+113+23=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C37117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37117 is #3C8EE8. Grayscale: #7F7F7F. Windows color (decimal): -3968745 or 1536451. OLE color: 1536451.

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

Color convert

RGB 195 113 23 -
CMYK 0 0.42 0.88 0.24
HSL 31.4º 0.79% 0.43% -
HSV(B) 31.4º 0.88% 0.76% -
XYZ 28.57 23.47 3.84 -
YUV 127.26 69.17 176.32 -
System Red Green Blue C M Y K H S L
Decimal 195 113 23 0 0.42 0.88 0.24 31.4 0.79 0.43
Hex C3 71 17 0 2A 58 18 1F 4F 2B
Octal 303 161 27 0 52 130 30 37 117 53
Binary 11000011 1110001 10111 0 101010 1011000 11000 11111 1001111 101011

Color Harmonies of #C37117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37117

Black with #C37117

Text Example


Text Example

White with #C37117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37117; }

 p { color: rgb(195,113,23); }

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

background-color css

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

 a { background-color: rgb(195,113,23); }

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

border-color css

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

 span { border-color: rgb(195,113,23); }

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