#301C04

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

Shades of Cocoa Brown #301C04

Tints of Cocoa Brown #301C04

Color information

#301C04 (or 0x301C04) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1C and 04. RGB value is (48,28,4). Sum of RGB (Red+Green+Blue) = 48+28+4=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #301C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C04 is #CFE3FB. Grayscale: #1F1F1F. Windows color (decimal): -13624316 or 269360. OLE color: 269360.

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

Color convert

RGB48284-
CMYK00.420.920.81
HSL32.73º84.62%10.2%-
HSV(B)32.73º91.67%18.82%-
XYZ1.661.470.31-
YUV31.24112.63139.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60%
GREEN value IS 28 (11.33% from 255) = 35%
BLUE value IS 4 (1.95% from 255) = 5%
R=60%
G=35%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4828400.420.920.8132.7384.6210.2
Hex301C402A5C512155a
Octal603440521341214112512
Binary1100001110010001010101011100101000110000110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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