Html Css Color HEX #C37617 Ochre

📋 copy color: '#C37617'

red 195 ◦ green 118 ◦ blue 23

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

Shades of Ochre #C37617

Tints of Ochre #C37617

RGB

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

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

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

R = 58.04%
G = 35.12%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C37617 (or 0xC37617) is known color: Ochre. HEX triplet: C3, 76 and 17. RGB value is (195,118,23). Sum of RGB (Red+Green+Blue) = 195+118+23=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C37617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37617 is #3C89E8. Grayscale: #828282. Windows color (decimal): -3967465 or 1537731. OLE color: 1537731.

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

Color convert

RGB 195 118 23 -
CMYK 0 0.39 0.88 0.24
HSL 33.14º 0.79% 0.43% -
HSV(B) 33.14º 0.88% 0.76% -
XYZ 29.14 24.62 4.03 -
YUV 130.19 67.51 174.22 -
System Red Green Blue C M Y K H S L
Decimal 195 118 23 0 0.39 0.88 0.24 33.14 0.79 0.43
Hex C3 76 17 0 27 58 18 21 4F 2B
Octal 303 166 27 0 47 130 30 41 117 53
Binary 11000011 1110110 10111 0 100111 1011000 11000 100001 1001111 101011

Color Harmonies of #C37617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37617

Black with #C37617

Text Example


Text Example

White with #C37617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37617; }

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

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

background-color css

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

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

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

border-color css

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

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

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