Html Css Color HEX #1C1002 Cocoa Brown

📋 copy color: '#1C1002'

red 28 ◦ green 16 ◦ blue 2

#1C1002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #1C1002

Tints of Cocoa Brown #1C1002

RGB

 RED value IS 28 (11.33% from 255) = 60.87%

 GREEN value IS 16 (6.64% from 255) = 34.78%

 BLUE value IS 2 (1.17% from 255) = 4.35%

R = 60.87%
G = 34.78%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.89

RGB Variations

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

Color information

#1C1002 (or 0x1C1002) is known color: Cocoa Brown. HEX triplet: 1C, 10 and 02. RGB value is (28,16,2). Sum of RGB (Red+Green+Blue) = 28+16+2=46 (6% of max value = 765). Red value is 28 (11.33% from 255 or 60.87% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1002 is #E3EFFD. Grayscale: #121212. Windows color (decimal): -14938110 or 135196. OLE color: 135196.

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

Color convert

RGB 28 16 2 -
CMYK 0 0.43 0.93 0.89
HSL 32.31º 0.87% 0.06% -
HSV(B) 32.31º 0.93% 0.11% -
XYZ 0.68 0.62 0.14 -
YUV 17.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 28 16 2 0 0.43 0.93 0.89 32.31 0.87 0.06
Hex 1C 10 2 0 2B 5D 59 20 57 6
Octal 34 20 2 0 53 135 131 40 127 6
Binary 11100 10000 10 0 101011 1011101 1011001 100000 1010111 110

Color Harmonies of #1C1002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1002

Black with #1C1002

Text Example


Text Example

White with #1C1002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C1002;
 }
 .AnyTagClassName
 {
   color: #1C1002;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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