#301A04

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

Shades of Cocoa Brown #301A04

Tints of Cocoa Brown #301A04

Color information

#301A04 (or 0x301A04) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1A and 04. RGB value is (48,26,4). Sum of RGB (Red+Green+Blue) = 48+26+4=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #301A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A04 is #CFE5FB. Grayscale: #1E1E1E. Windows color (decimal): -13624828 or 268848. OLE color: 268848.

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

Color convert

RGB48264-
CMYK00.460.920.81
HSL30º84.62%10.2%-
HSV(B)30º91.67%18.82%-
XYZ1.611.380.3-
YUV30.07113.29140.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 61.54%
GREEN value IS 26 (10.55% from 255) = 33.33%
BLUE value IS 4 (1.95% from 255) = 5.13%
R=61.54%
G=33.33%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4826400.460.920.813084.6210.2
Hex301A402E5C511e55a
Octal603240561341213612512
Binary110000110101000101110101110010100011111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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