Html Css Color HEX #C37417 Ochre

📋 copy color: '#C37417'

red 195 ◦ green 116 ◦ blue 23

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

Shades of Ochre #C37417

Tints of Ochre #C37417

RGB

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

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

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

R = 58.38%
G = 34.73%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C37417 (or 0xC37417) is known color: Ochre. HEX triplet: C3, 74 and 17. RGB value is (195,116,23). Sum of RGB (Red+Green+Blue) = 195+116+23=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C37417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37417 is #3C8BE8. Grayscale: #818181. Windows color (decimal): -3967977 or 1537219. OLE color: 1537219.

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

Color convert

RGB 195 116 23 -
CMYK 0 0.41 0.88 0.24
HSL 32.44º 0.79% 0.43% -
HSV(B) 32.44º 0.88% 0.76% -
XYZ 28.91 24.15 3.95 -
YUV 129.02 68.17 175.06 -
System Red Green Blue C M Y K H S L
Decimal 195 116 23 0 0.41 0.88 0.24 32.44 0.79 0.43
Hex C3 74 17 0 29 58 18 20 4F 2B
Octal 303 164 27 0 51 130 30 40 117 53
Binary 11000011 1110100 10111 0 101001 1011000 11000 100000 1001111 101011

Color Harmonies of #C37417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37417

Black with #C37417

Text Example


Text Example

White with #C37417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37417; }

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

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

background-color css

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

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

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

border-color css

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

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

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