#301602

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

Shades of Cocoa Brown #301602

Tints of Cocoa Brown #301602

Color information

#301602 (or 0x301602) is unknown color: approx Cocoa Brown. HEX triplet: 30, 16 and 02. RGB value is (48,22,2). Sum of RGB (Red+Green+Blue) = 48+22+2=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #301602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301602 is #CFE9FD. Grayscale: #1B1B1B. Windows color (decimal): -13625854 or 136752. OLE color: 136752.

HSL color Cylindrical-coordinate representation of color #301602: hue angle of 26.09º 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 #301602 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB48222-
CMYK00.540.960.81
HSL26.09º92%9.8%-
HSV(B)26.09º95.83%18.82%-
XYZ1.521.210.21-
YUV27.49113.61142.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 66.67%
GREEN value IS 22 (8.98% from 255) = 30.56%
BLUE value IS 2 (1.17% from 255) = 2.78%
R=66.67%
G=30.56%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4822200.540.960.8126.09929.8
Hex3016203660511a5ca
Octal602620661401213213412
Binary11000010110100110110110000010100011101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301602; }

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

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

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

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

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

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

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

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