Html Css Color HEX #C37517 Ochre

📋 copy color: '#C37517'

red 195 ◦ green 117 ◦ blue 23

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

Shades of Ochre #C37517

Tints of Ochre #C37517

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.93%

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

R = 58.21%
G = 34.93%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C37517 (or 0xC37517) is known color: Ochre. HEX triplet: C3, 75 and 17. RGB value is (195,117,23). Sum of RGB (Red+Green+Blue) = 195+117+23=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C37517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37517 is #3C8AE8. Grayscale: #828282. Windows color (decimal): -3967721 or 1537475. OLE color: 1537475.

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

Color convert

RGB 195 117 23 -
CMYK 0 0.4 0.88 0.24
HSL 32.79º 0.79% 0.43% -
HSV(B) 32.79º 0.88% 0.76% -
XYZ 29.02 24.39 3.99 -
YUV 129.61 67.84 174.64 -
System Red Green Blue C M Y K H S L
Decimal 195 117 23 0 0.4 0.88 0.24 32.79 0.79 0.43
Hex C3 75 17 0 28 58 18 21 4F 2B
Octal 303 165 27 0 50 130 30 41 117 53
Binary 11000011 1110101 10111 0 101000 1011000 11000 100001 1001111 101011

Color Harmonies of #C37517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37517

Black with #C37517

Text Example


Text Example

White with #C37517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37517; }

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

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

background-color css

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

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

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

border-color css

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

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

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