Html Css Color HEX #C37618 Ochre

📋 copy color: '#C37618'

red 195 ◦ green 118 ◦ blue 24

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

Shades of Ochre #C37618

Tints of Ochre #C37618

RGB

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

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

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

R = 57.86%
G = 35.01%
B = 7.12%

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

#C37618 (or 0xC37618) is known color: Ochre. HEX triplet: C3, 76 and 18. RGB value is (195,118,24). Sum of RGB (Red+Green+Blue) = 195+118+24=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C37618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37618 is #3C89E7. Grayscale: #828282. Windows color (decimal): -3967464 or 1603267. OLE color: 1603267.

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

Color convert

RGB 195 118 24 -
CMYK 0 0.39 0.88 0.24
HSL 32.98º 0.78% 0.43% -
HSV(B) 32.98º 0.88% 0.76% -
XYZ 29.15 24.62 4.08 -
YUV 130.31 68.01 174.14 -
System Red Green Blue C M Y K H S L
Decimal 195 118 24 0 0.39 0.88 0.24 32.98 0.78 0.43
Hex C3 76 18 0 27 58 18 21 4E 2B
Octal 303 166 30 0 47 130 30 41 116 53
Binary 11000011 1110110 11000 0 100111 1011000 11000 100001 1001110 101011

Color Harmonies of #C37618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37618

Black with #C37618

Text Example


Text Example

White with #C37618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37618; }

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

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

background-color css

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

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

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

border-color css

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

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

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