#281B0E

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

Shades of Cocoa Brown #281B0E

Tints of Cocoa Brown #281B0E

Color information

#281B0E (or 0x281B0E) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1B and 0E. RGB value is (40,27,14). Sum of RGB (Red+Green+Blue) = 40+27+14=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #281B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B0E is #D7E4F1. Grayscale: #1D1D1D. Windows color (decimal): -14148850 or 924456. OLE color: 924456.

HSL color Cylindrical-coordinate representation of color #281B0E: hue angle of 30º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #281B0E is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB402714-
CMYK00.330.650.84
HSL30º48.15%10.59%-
HSV(B)30º65%15.69%-
XYZ1.351.270.59-
YUV29.4119.31135.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 49.38%
GREEN value IS 27 (10.94% from 255) = 33.33%
BLUE value IS 14 (5.86% from 255) = 17.28%
R=49.38%
G=33.33%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40271400.330.650.843048.1510.59
Hex281BE02141541e30b
Octal503316041101124366013
Binary101000110111110010000110000011010100111101100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281B0E; }

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

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

<style>
 a { background-color: #281B0E; }

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

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

<style>
 span { border-color: #281B0E; }

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

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