#1C1202

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

Shades of Cocoa Brown #1C1202

Tints of Cocoa Brown #1C1202

Color information

#1C1202 (or 0x1C1202) is unknown color: approx Cocoa Brown. HEX triplet: 1C, 12 and 02. RGB value is (28,18,2). Sum of RGB (Red+Green+Blue) = 28+18+2=48 (6% of max value = 765). Red value is 28 (11.33% from 255 or 58.33% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1202 is #E3EDFD. Grayscale: #131313. Windows color (decimal): -14937598 or 135708. OLE color: 135708.

HSL color Cylindrical-coordinate representation of color #1C1202: hue angle of 36.92º 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 #1C1202 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB28182-
CMYK00.360.930.89
HSL36.92º86.67%5.88%-
HSV(B)36.92º92.86%10.98%-
XYZ0.710.680.15-
YUV19.17118.31134.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 58.33%
GREEN value IS 18 (7.42% from 255) = 37.5%
BLUE value IS 2 (1.17% from 255) = 4.17%
R=58.33%
G=37.5%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2818200.360.930.8936.9286.675.88
Hex1C1220245D5925576
Octal34222044135131451276
Binary1110010010100100100101110110110011001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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