#301B06

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

Shades of Cocoa Brown #301B06

Tints of Cocoa Brown #301B06

Color information

#301B06 (or 0x301B06) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1B and 06. RGB value is (48,27,6). Sum of RGB (Red+Green+Blue) = 48+27+6=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 6 (2.73% from 255 or 7.41% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #301B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B06 is #CFE4F9. Grayscale: #1E1E1E. Windows color (decimal): -13624570 or 400176. OLE color: 400176.

HSL color Cylindrical-coordinate representation of color #301B06: hue angle of 30º 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 #301B06 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB48276-
CMYK00.440.870.81
HSL30º77.78%10.59%-
HSV(B)30º87.5%18.82%-
XYZ1.641.430.36-
YUV30.88113.96140.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 59.26%
GREEN value IS 27 (10.94% from 255) = 33.33%
BLUE value IS 6 (2.73% from 255) = 7.41%
R=59.26%
G=33.33%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4827600.440.870.813077.7810.59
Hex301B602C57511e4eb
Octal603360541271213611613
Binary110000110111100101100101011110100011111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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