#281A02

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

Shades of Cocoa Brown #281A02

Tints of Cocoa Brown #281A02

Color information

#281A02 (or 0x281A02) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1A and 02. RGB value is (40,26,2). Sum of RGB (Red+Green+Blue) = 40+26+2=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 26 (10.55% from 255 or 38.24% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #281A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A02 is #D7E5FD. Grayscale: #1B1B1B. Windows color (decimal): -14149118 or 137768. OLE color: 137768.

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

Color convert

RGB40262-
CMYK00.350.950.84
HSL37.89º90.48%8.24%-
HSV(B)37.89º95%15.69%-
XYZ1.261.190.22-
YUV27.45113.64136.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 58.82%
GREEN value IS 26 (10.55% from 255) = 38.24%
BLUE value IS 2 (1.17% from 255) = 2.94%
R=58.82%
G=38.24%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4026200.350.950.8437.8990.488.24
Hex281A20235F54265a8
Octal503220431371244613210
Binary101000110101001000111011111101010010011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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