#301D04

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

Shades of Cocoa Brown #301D04

Tints of Cocoa Brown #301D04

Color information

#301D04 (or 0x301D04) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1D and 04. RGB value is (48,29,4). Sum of RGB (Red+Green+Blue) = 48+29+4=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #301D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D04 is #CFE2FB. Grayscale: #1F1F1F. Windows color (decimal): -13624060 or 269616. OLE color: 269616.

HSL color Cylindrical-coordinate representation of color #301D04: hue angle of 34.09º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #301D04 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB48294-
CMYK00.400.920.81
HSL34.09º84.62%10.2%-
HSV(B)34.09º91.67%18.82%-
XYZ1.681.520.32-
YUV31.83112.29139.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 59.26%
GREEN value IS 29 (11.72% from 255) = 35.80%
BLUE value IS 4 (1.95% from 255) = 4.94%
R=59.26%
G=35.80%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4829400.400.920.8134.0984.6210.2
Hex301D40285C512255a
Octal603540501341214212512
Binary1100001110110001010001011100101000110001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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