#301502

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

Shades of Brown Pod #301502

Tints of Brown Pod #301502

Color information

#301502 (or 0x301502) is unknown color: approx Brown Pod. HEX triplet: 30, 15 and 02. RGB value is (48,21,2). Sum of RGB (Red+Green+Blue) = 48+21+2=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #301502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301502 is #CFEAFD. Grayscale: #1B1B1B. Windows color (decimal): -13626110 or 136496. OLE color: 136496.

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

Color convert

RGB48212-
CMYK00.560.960.81
HSL24.78º92%9.8%-
HSV(B)24.78º95.83%18.82%-
XYZ1.51.170.2-
YUV26.91113.95143.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 67.61%
GREEN value IS 21 (8.59% from 255) = 29.58%
BLUE value IS 2 (1.17% from 255) = 2.82%
R=67.61%
G=29.58%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4821200.560.960.8124.78929.8
Hex301520386051195ca
Octal602520701401213113412
Binary11000010101100111000110000010100011100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301502; }

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

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

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

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

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

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

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

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