Html Css Color HEX #1C0E01 Cocoa Brown

📋 copy color: '#1C0E01'

red 28 ◦ green 14 ◦ blue 1

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

Shades of Cocoa Brown #1C0E01

Tints of Cocoa Brown #1C0E01

RGB

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

 GREEN value IS 14 (5.86% from 255) = 32.56%

 BLUE value IS 1 (0.78% from 255) = 2.33%

R = 65.12%
G = 32.56%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.89

RGB Variations

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

Color information

#1C0E01 (or 0x1C0E01) is known color: Cocoa Brown. HEX triplet: 1C, 0E and 01. RGB value is (28,14,1). Sum of RGB (Red+Green+Blue) = 28+14+1=43 (5% of max value = 765). Red value is 28 (11.33% from 255 or 65.12% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0E01 is #E3F1FE. Grayscale: #101010. Windows color (decimal): -14938623 or 69148. OLE color: 69148.

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

Color convert

RGB 28 14 1 -
CMYK 0 0.50 0.96 0.89
HSL 28.89º 0.93% 0.06% -
HSV(B) 28.89º 0.96% 0.11% -
XYZ 0.64 0.56 0.1 -
YUV 16.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 28 14 1 0 0.50 0.96 0.89 28.89 0.93 0.06
Hex 1C E 1 0 32 60 59 1D 5D 6
Octal 34 16 1 0 62 140 131 35 135 6
Binary 11100 1110 1 0 110010 1100000 1011001 11101 1011101 110

Color Harmonies of #1C0E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0E01

Black with #1C0E01

Text Example


Text Example

White with #1C0E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,14,1); }

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

background-color css

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

 a { background-color: rgb(28,14,1); }

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

border-color css

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

 span { border-color: rgb(28,14,1); }

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