#1B0E00

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

Shades of Cocoa Brown #1B0E00

Tints of Cocoa Brown #1B0E00

Color information

#1B0E00 (or 0x1B0E00) is unknown color: approx Cocoa Brown. HEX triplet: 1B, 0E and 00. RGB value is (27,14,0). Sum of RGB (Red+Green+Blue) = 27+14+0=41 (5% of max value = 765). Red value is 27 (10.94% from 255 or 65.85% from 41); Green value is 14 (5.86% from 255 or 34.15% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0E00 is #E4F1FF. Grayscale: #101010. Windows color (decimal): -15004160 or 3611. OLE color: 3611.

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

Color convert

RGB27140-
CMYK00.4810.89
HSL31.11º100%5.29%-
HSV(B)31.11º100%10.59%-
XYZ0.610.550.07-
YUV16.29118.81135.64-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 65.85%
GREEN value IS 14 (5.86% from 255) = 34.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.85%
G=34.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2714000.4810.8931.111005.29
Hex1BE003064591f645
Octal33160060144131371445
Binary1101111100011000011001001011001111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,14,0); }

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

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

 a { background-color: rgb(27,14,0); }

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

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

 span { border-color: rgb(27,14,0); }

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