#C17814

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

Shades of Ochre #C17814

Tints of Ochre #C17814

Color information

#C17814 (or 0xC17814) is unknown color: approx Ochre. HEX triplet: C1, 78 and 14. RGB value is (193,120,20). Sum of RGB (Red+Green+Blue) = 193+120+20=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C17814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17814 is #3E87EB. Grayscale: #828282. Windows color (decimal): -4098028 or 1341633. OLE color: 1341633.

HSL color Cylindrical-coordinate representation of color #C17814: hue angle of 34.68º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C17814 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB19312020-
CMYK00.380.900.24
HSL34.68º81.22%41.76%-
HSV(B)34.68º89.64%75.69%-
XYZ28.8424.823.93-
YUV130.4365.68172.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.96%
GREEN value IS 120 (47.27% from 255) = 36.04%
BLUE value IS 20 (8.20% from 255) = 6.01%
R=57.96%
G=36.04%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931202000.380.900.2434.6881.2241.76
HexC178140265A1823512a
Octal30117024046132304312152
Binary1100000111110001010001001101011010110001000111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17814; }

 p { color: rgb(193,120,20); }

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

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

 a { background-color: rgb(193,120,20); }

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

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

 span { border-color: rgb(193,120,20); }

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