#301F04

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

Shades of Cocoa Brown #301F04

Tints of Cocoa Brown #301F04

Color information

#301F04 (or 0x301F04) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1F and 04. RGB value is (48,31,4). Sum of RGB (Red+Green+Blue) = 48+31+4=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #301F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F04 is #CFE0FB. Grayscale: #212121. Windows color (decimal): -13623548 or 270128. OLE color: 270128.

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

Color convert

RGB48314-
CMYK00.350.920.81
HSL36.82º84.62%10.2%-
HSV(B)36.82º91.67%18.82%-
XYZ1.731.620.34-
YUV33.01111.63138.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.83%
GREEN value IS 31 (12.5% from 255) = 37.35%
BLUE value IS 4 (1.95% from 255) = 4.82%
R=57.83%
G=37.35%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4831400.350.920.8136.8284.6210.2
Hex301F40235C512555a
Octal603740431341214512512
Binary1100001111110001000111011100101000110010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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