#C17618

Color #C17618 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C17618

Tints of Ochre #C17618

Color information

#C17618 (or 0xC17618) is unknown color: approx Ochre. HEX triplet: C1, 76 and 18. RGB value is (193,118,24). Sum of RGB (Red+Green+Blue) = 193+118+24=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C17618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17618 is #3E89E7. Grayscale: #828282. Windows color (decimal): -4098536 or 1603265. OLE color: 1603265.

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

Color convert

RGB19311824-
CMYK00.390.880.24
HSL33.37º77.88%42.55%-
HSV(B)33.37º87.56%75.69%-
XYZ28.6424.364.06-
YUV129.7168.35173.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.61%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 24 (9.77% from 255) = 7.16%
R=57.61%
G=35.22%
B=7.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931182400.390.880.2433.3777.8842.55
HexC176180275818214e2b
Octal30116630047130304111653
Binary1100000111101101100001001111011000110001000011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17618; }

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

 H1.HeaderClassName
 {
   color: #C17618;
 }
 .AnyTagClassName
 {
   color: #C17618;
 }
</style>
background-color css

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

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

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

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

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

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