Html Css Color HEX #1C0F02 Cocoa Brown

📋 copy color: '#1C0F02'

red 28 ◦ green 15 ◦ blue 2

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

Shades of Cocoa Brown #1C0F02

Tints of Cocoa Brown #1C0F02

RGB

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

 GREEN value IS 15 (6.25% from 255) = 33.33%

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

R = 62.22%
G = 33.33%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.89

RGB Variations

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

Color information

#1C0F02 (or 0x1C0F02) is known color: Cocoa Brown. HEX triplet: 1C, 0F and 02. RGB value is (28,15,2). Sum of RGB (Red+Green+Blue) = 28+15+2=45 (5% of max value = 765). Red value is 28 (11.33% from 255 or 62.22% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0F02 is #E3F0FD. Grayscale: #111111. Windows color (decimal): -14938366 or 134940. OLE color: 134940.

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

Color convert

RGB 28 15 2 -
CMYK 0 0.46 0.93 0.89
HSL 30º 0.87% 0.06% -
HSV(B) 30º 0.93% 0.11% -
XYZ 0.66 0.59 0.14 -
YUV 17.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 28 15 2 0 0.46 0.93 0.89 30 0.87 0.06
Hex 1C F 2 0 2E 5D 59 1E 57 6
Octal 34 17 2 0 56 135 131 36 127 6
Binary 11100 1111 10 0 101110 1011101 1011001 11110 1010111 110

Color Harmonies of #1C0F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0F02

Black with #1C0F02

Text Example


Text Example

White with #1C0F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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