#301D06

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

Shades of Cocoa Brown #301D06

Tints of Cocoa Brown #301D06

Color information

#301D06 (or 0x301D06) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1D and 06. RGB value is (48,29,6). Sum of RGB (Red+Green+Blue) = 48+29+6=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #301D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D06 is #CFE2F9. Grayscale: #202020. Windows color (decimal): -13624058 or 400688. OLE color: 400688.

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

Color convert

RGB48296-
CMYK00.400.870.81
HSL32.86º77.78%10.59%-
HSV(B)32.86º87.5%18.82%-
XYZ1.691.520.38-
YUV32.06113.29139.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.83%
GREEN value IS 29 (11.72% from 255) = 34.94%
BLUE value IS 6 (2.73% from 255) = 7.23%
R=57.83%
G=34.94%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4829600.400.870.8132.8677.7810.59
Hex301D60285751214eb
Octal603560501271214111613
Binary1100001110111001010001010111101000110000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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