#281A06

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

Shades of Cocoa Brown #281A06

Tints of Cocoa Brown #281A06

Color information

#281A06 (or 0x281A06) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1A and 06. RGB value is (40,26,6). Sum of RGB (Red+Green+Blue) = 40+26+6=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 26 (10.55% from 255 or 36.11% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #281A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A06 is #D7E5F9. Grayscale: #1C1C1C. Windows color (decimal): -14149114 or 399912. OLE color: 399912.

HSL color Cylindrical-coordinate representation of color #281A06: hue angle of 35.29º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281A06 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB40266-
CMYK00.350.850.84
HSL35.29º73.91%9.02%-
HSV(B)35.29º85%15.69%-
XYZ1.281.20.34-
YUV27.91115.64136.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 55.56%
GREEN value IS 26 (10.55% from 255) = 36.11%
BLUE value IS 6 (2.73% from 255) = 8.33%
R=55.56%
G=36.11%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4026600.350.850.8435.2973.919.02
Hex281A60235554234a9
Octal503260431251244311211
Binary1010001101011001000111010101101010010001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,26,6); }

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

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

 a { background-color: rgb(40,26,6); }

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

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

 span { border-color: rgb(40,26,6); }

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