Html Css Color HEX #C37518 Ochre

📋 copy color: '#C37518'

red 195 ◦ green 117 ◦ blue 24

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

Shades of Ochre #C37518

Tints of Ochre #C37518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.14%

R = 58.04%
G = 34.82%
B = 7.14%

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

#C37518 (or 0xC37518) is known color: Ochre. HEX triplet: C3, 75 and 18. RGB value is (195,117,24). Sum of RGB (Red+Green+Blue) = 195+117+24=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C37518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37518 is #3C8AE7. Grayscale: #828282. Windows color (decimal): -3967720 or 1603011. OLE color: 1603011.

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

Color convert

RGB 195 117 24 -
CMYK 0 0.4 0.88 0.24
HSL 32.63º 0.78% 0.43% -
HSV(B) 32.63º 0.88% 0.76% -
XYZ 29.03 24.39 4.04 -
YUV 129.72 68.34 174.56 -
System Red Green Blue C M Y K H S L
Decimal 195 117 24 0 0.4 0.88 0.24 32.63 0.78 0.43
Hex C3 75 18 0 28 58 18 21 4E 2B
Octal 303 165 30 0 50 130 30 41 116 53
Binary 11000011 1110101 11000 0 101000 1011000 11000 100001 1001110 101011

Color Harmonies of #C37518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37518

Black with #C37518

Text Example


Text Example

White with #C37518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37518; }

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

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

background-color css

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

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

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

border-color css

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

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

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