#1C1102

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

Shades of Cocoa Brown #1C1102

Tints of Cocoa Brown #1C1102

Color information

#1C1102 (or 0x1C1102) is unknown color: approx Cocoa Brown. HEX triplet: 1C, 11 and 02. RGB value is (28,17,2). Sum of RGB (Red+Green+Blue) = 28+17+2=47 (6% of max value = 765). Red value is 28 (11.33% from 255 or 59.57% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1102 is #E3EEFD. Grayscale: #121212. Windows color (decimal): -14937854 or 135452. OLE color: 135452.

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

Color convert

RGB28172-
CMYK00.390.930.89
HSL34.62º86.67%5.88%-
HSV(B)34.62º92.86%10.98%-
XYZ0.690.650.15-
YUV18.58118.64134.72-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 59.57%
GREEN value IS 17 (7.03% from 255) = 36.17%
BLUE value IS 2 (1.17% from 255) = 4.26%
R=59.57%
G=36.17%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2817200.390.930.8934.6286.675.88
Hex1C1120275D5923576
Octal34212047135131431276
Binary1110010001100100111101110110110011000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,17,2); }

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

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

 a { background-color: rgb(28,17,2); }

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

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

 span { border-color: rgb(28,17,2); }

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