#301202

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

Shades of Brown Pod #301202

Tints of Brown Pod #301202

Color information

#301202 (or 0x301202) is unknown color: approx Brown Pod. HEX triplet: 30, 12 and 02. RGB value is (48,18,2). Sum of RGB (Red+Green+Blue) = 48+18+2=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #301202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301202 is #CFEDFD. Grayscale: #191919. Windows color (decimal): -13626878 or 135728. OLE color: 135728.

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

Color convert

RGB48182-
CMYK00.630.960.81
HSL20.87º92%9.8%-
HSV(B)20.87º95.83%18.82%-
XYZ1.451.070.19-
YUV25.15114.94144.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 70.59%
GREEN value IS 18 (7.42% from 255) = 26.47%
BLUE value IS 2 (1.17% from 255) = 2.94%
R=70.59%
G=26.47%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4818200.630.960.8120.87929.8
Hex3012203F6051155ca
Octal602220771401212513412
Binary11000010010100111111110000010100011010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301202; }

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

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

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

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

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

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

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

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