#301902

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

Shades of Cocoa Brown #301902

Tints of Cocoa Brown #301902

Color information

#301902 (or 0x301902) is unknown color: approx Cocoa Brown. HEX triplet: 30, 19 and 02. RGB value is (48,25,2). Sum of RGB (Red+Green+Blue) = 48+25+2=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #301902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301902 is #CFE6FD. Grayscale: #1D1D1D. Windows color (decimal): -13625086 or 137520. OLE color: 137520.

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

Color convert

RGB48252-
CMYK00.480.960.81
HSL30º92%9.8%-
HSV(B)30º95.83%18.82%-
XYZ1.581.330.23-
YUV29.26112.62141.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64%
GREEN value IS 25 (10.16% from 255) = 33.33%
BLUE value IS 2 (1.17% from 255) = 2.67%
R=64%
G=33.33%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4825200.480.960.8130929.8
Hex3019203060511e5ca
Octal603120601401213613412
Binary11000011001100110000110000010100011111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301902; }

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

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

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

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

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

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

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

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