#301801

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

Shades of Cocoa Brown #301801

Tints of Cocoa Brown #301801

Color information

#301801 (or 0x301801) is unknown color: approx Cocoa Brown. HEX triplet: 30, 18 and 01. RGB value is (48,24,1). Sum of RGB (Red+Green+Blue) = 48+24+1=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #301801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301801 is #CFE7FE. Grayscale: #1C1C1C. Windows color (decimal): -13625343 or 71728. OLE color: 71728.

HSL color Cylindrical-coordinate representation of color #301801: hue angle of 29.36º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #301801 is Cyan = 0, Magento = 0.5, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB48241-
CMYK00.50.980.81
HSL29.36º95.92%9.61%-
HSV(B)29.36º97.92%18.82%-
XYZ1.551.280.19-
YUV28.55112.45141.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 65.75%
GREEN value IS 24 (9.77% from 255) = 32.88%
BLUE value IS 1 (0.78% from 255) = 1.37%
R=65.75%
G=32.88%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4824100.50.980.8129.3695.929.61
Hex3018103262511d60a
Octal603010621421213514012
Binary1100001100010110010110001010100011110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301801; }

 p { color: rgb(48,24,1); }

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

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

 a { background-color: rgb(48,24,1); }

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

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

 span { border-color: rgb(48,24,1); }

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