#301A06

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

Shades of Cocoa Brown #301A06

Tints of Cocoa Brown #301A06

Color information

#301A06 (or 0x301A06) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1A and 06. RGB value is (48,26,6). Sum of RGB (Red+Green+Blue) = 48+26+6=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #301A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A06 is #CFE5F9. Grayscale: #1E1E1E. Windows color (decimal): -13624826 or 399920. OLE color: 399920.

HSL color Cylindrical-coordinate representation of color #301A06: hue angle of 28.57º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301A06 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB48266-
CMYK00.460.870.81
HSL28.57º77.78%10.59%-
HSV(B)28.57º87.5%18.82%-
XYZ1.621.380.35-
YUV30.3114.29140.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60%
GREEN value IS 26 (10.55% from 255) = 32.5%
BLUE value IS 6 (2.73% from 255) = 7.5%
R=60%
G=32.5%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4826600.460.870.8128.5777.7810.59
Hex301A602E57511d4eb
Octal603260561271213511613
Binary110000110101100101110101011110100011110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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