#281B04

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

Shades of Cocoa Brown #281B04

Tints of Cocoa Brown #281B04

Color information

#281B04 (or 0x281B04) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1B and 04. RGB value is (40,27,4). Sum of RGB (Red+Green+Blue) = 40+27+4=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #281B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B04 is #D7E4FB. Grayscale: #1C1C1C. Windows color (decimal): -14148860 or 269096. OLE color: 269096.

HSL color Cylindrical-coordinate representation of color #281B04: hue angle of 38.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #281B04 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB40274-
CMYK00.330.900.84
HSL38.33º81.82%8.63%-
HSV(B)38.33º90%15.69%-
XYZ1.291.240.29-
YUV28.26114.31136.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 56.34%
GREEN value IS 27 (10.94% from 255) = 38.03%
BLUE value IS 4 (1.95% from 255) = 5.63%
R=56.34%
G=38.03%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4027400.330.900.8438.3381.828.63
Hex281B40215A5426529
Octal503340411321244612211
Binary1010001101110001000011011010101010010011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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