#C15D15

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

Shades of Chocolate #C15D15

Tints of Chocolate #C15D15

Color information

#C15D15 (or 0xC15D15) is unknown color: approx Chocolate. HEX triplet: C1, 5D and 15. RGB value is (193,93,21). Sum of RGB (Red+Green+Blue) = 193+93+21=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15D15 is #3EA2EA. Grayscale: #737373. Windows color (decimal): -4104939 or 1400257. OLE color: 1400257.

HSL color Cylindrical-coordinate representation of color #C15D15: hue angle of 25.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C15D15 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB1939321-
CMYK00.520.890.24
HSL25.12º80.37%41.96%-
HSV(B)25.12º89.12%75.69%-
XYZ26.0419.223.05-
YUV114.6975.13183.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.87%
GREEN value IS 93 (36.72% from 255) = 30.29%
BLUE value IS 21 (8.59% from 255) = 6.84%
R=62.87%
G=30.29%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193932100.520.890.2425.1280.3741.96
HexC15D15034591819502a
Octal30113525064131303112052
Binary110000011011101101010110100101100111000110011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15D15; }

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

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

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

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

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

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

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

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