#281A01

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

Shades of Cocoa Brown #281A01

Tints of Cocoa Brown #281A01

Color information

#281A01 (or 0x281A01) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1A and 01. RGB value is (40,26,1). Sum of RGB (Red+Green+Blue) = 40+26+1=67 (8% of max value = 765). Red value is 40 (16.02% from 255 or 59.70% from 67); Green value is 26 (10.55% from 255 or 38.81% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 40 - color contains mainly: red. Hex color #281A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A01 is #D7E5FE. Grayscale: #1B1B1B. Windows color (decimal): -14149119 or 72232. OLE color: 72232.

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

Color convert

RGB40261-
CMYK00.350.980.84
HSL38.46º95.12%8.04%-
HSV(B)38.46º97.5%15.69%-
XYZ1.251.190.19-
YUV27.34113.14137.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 59.70%
GREEN value IS 26 (10.55% from 255) = 38.81%
BLUE value IS 1 (0.78% from 255) = 1.49%
R=59.70%
G=38.81%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4026100.350.980.8438.4695.128.04
Hex281A10236254265f8
Octal503210431421244613710
Binary10100011010101000111100010101010010011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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