#301903

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

Shades of Cocoa Brown #301903

Tints of Cocoa Brown #301903

Color information

#301903 (or 0x301903) is unknown color: approx Cocoa Brown. HEX triplet: 30, 19 and 03. RGB value is (48,25,3). Sum of RGB (Red+Green+Blue) = 48+25+3=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #301903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301903 is #CFE6FC. Grayscale: #1D1D1D. Windows color (decimal): -13625085 or 203056. OLE color: 203056.

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

Color convert

RGB48253-
CMYK00.480.940.81
HSL29.33º88.24%10%-
HSV(B)29.33º93.75%18.82%-
XYZ1.581.330.26-
YUV29.37113.12141.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 63.16%
GREEN value IS 25 (10.16% from 255) = 32.89%
BLUE value IS 3 (1.56% from 255) = 3.95%
R=63.16%
G=32.89%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4825300.480.940.8129.3388.2410
Hex301930305E511d58a
Octal603130601361213513012
Binary11000011001110110000101111010100011110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301903; }

 p { color: rgb(48,25,3); }

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

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

 a { background-color: rgb(48,25,3); }

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

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

 span { border-color: rgb(48,25,3); }

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