#C17619

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

Shades of Ochre #C17619

Tints of Ochre #C17619

Color information

#C17619 (or 0xC17619) is unknown color: approx Ochre. HEX triplet: C1, 76 and 19. RGB value is (193,118,25). Sum of RGB (Red+Green+Blue) = 193+118+25=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C17619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17619 is #3E89E6. Grayscale: #828282. Windows color (decimal): -4098535 or 1668801. OLE color: 1668801.

HSL color Cylindrical-coordinate representation of color #C17619: hue angle of 33.21º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C17619 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB19311825-
CMYK00.390.870.24
HSL33.21º77.06%42.75%-
HSV(B)33.21º87.05%75.69%-
XYZ28.6524.364.11-
YUV129.8268.85173.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.44%
GREEN value IS 118 (46.48% from 255) = 35.12%
BLUE value IS 25 (10.16% from 255) = 7.44%
R=57.44%
G=35.12%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931182500.390.870.2433.2177.0642.75
HexC176190275718214d2b
Octal30116631047127304111553
Binary1100000111101101100101001111010111110001000011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17619; }

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

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

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

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

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

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

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

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