#1C1305

Color #1C1305 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #1C1305

Tints of Cocoa Brown #1C1305

Color information

#1C1305 (or 0x1C1305) is unknown color: approx Cocoa Brown. HEX triplet: 1C, 13 and 05. RGB value is (28,19,5). Sum of RGB (Red+Green+Blue) = 28+19+5=52 (6% of max value = 765). Red value is 28 (11.33% from 255 or 53.85% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 5 (2.34% from 255 or 9.62% from 52); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1305 is #E3ECFA. Grayscale: #141414. Windows color (decimal): -14937339 or 332572. OLE color: 332572.

HSL color Cylindrical-coordinate representation of color #1C1305: hue angle of 36.52º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C1305 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.89.

Color convert

RGB28195-
CMYK00.320.820.89
HSL36.52º69.7%6.47%-
HSV(B)36.52º82.14%10.98%-
XYZ0.740.720.24-
YUV20.1119.48133.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 53.85%
GREEN value IS 19 (7.81% from 255) = 36.54%
BLUE value IS 5 (2.34% from 255) = 9.62%
R=53.85%
G=36.54%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2819500.320.820.8936.5269.76.47
Hex1C135020525925466
Octal34235040122131451066
Binary11100100111010100000101001010110011001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C1305; }

 p { color: rgb(28,19,5); }

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

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

 a { background-color: rgb(28,19,5); }

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

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

 span { border-color: rgb(28,19,5); }

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