Html Css Color HEX #1C1202 Cocoa Brown

📋 copy color: '#1C1202'

red 28 ◦ green 18 ◦ blue 2

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

Shades of Cocoa Brown #1C1202

Tints of Cocoa Brown #1C1202

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 value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.89

RGB Variations

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

Color information

#1C1202 (or 0x1C1202) is known color: 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

RGB 28 18 2 -
CMYK 0 0.36 0.93 0.89
HSL 36.92º 0.87% 0.06% -
HSV(B) 36.92º 0.93% 0.11% -
XYZ 0.71 0.68 0.15 -
YUV 19.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 28 18 2 0 0.36 0.93 0.89 36.92 0.87 0.06
Hex 1C 12 2 0 24 5D 59 25 57 6
Octal 34 22 2 0 44 135 131 45 127 6
Binary 11100 10010 10 0 100100 1011101 1011001 100101 1010111 110

Color Harmonies of #1C1202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1202

Black with #1C1202

Text Example


Text Example

White with #1C1202

Text Example


Text Example

HTML Codes & Css Web 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>