#C15D14

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

Shades of Chocolate #C15D14

Tints of Chocolate #C15D14

Color information

#C15D14 (or 0xC15D14) is unknown color: approx Chocolate. HEX triplet: C1, 5D and 14. RGB value is (193,93,20). Sum of RGB (Red+Green+Blue) = 193+93+20=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15D14 is #3EA2EB. Grayscale: #727272. Windows color (decimal): -4104940 or 1334721. OLE color: 1334721.

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

Color convert

RGB1939320-
CMYK00.520.900.24
HSL25.32º81.22%41.76%-
HSV(B)25.32º89.64%75.69%-
XYZ26.0319.223-
YUV114.5874.63183.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.07%
GREEN value IS 93 (36.72% from 255) = 30.39%
BLUE value IS 20 (8.20% from 255) = 6.54%
R=63.07%
G=30.39%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193932000.520.900.2425.3281.2241.76
HexC15D140345A1819512a
Octal30113524064132303112152
Binary110000011011101101000110100101101011000110011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15D14; }

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

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

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

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

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

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

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

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