#301506

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

Shades of Brown Pod #301506

Tints of Brown Pod #301506

Color information

#301506 (or 0x301506) is unknown color: approx Brown Pod. HEX triplet: 30, 15 and 06. RGB value is (48,21,6). Sum of RGB (Red+Green+Blue) = 48+21+6=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #301506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301506 is #CFEAF9. Grayscale: #1B1B1B. Windows color (decimal): -13626106 or 398640. OLE color: 398640.

HSL color Cylindrical-coordinate representation of color #301506: hue angle of 21.43º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301506 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB48216-
CMYK00.560.870.81
HSL21.43º77.78%10.59%-
HSV(B)21.43º87.5%18.82%-
XYZ1.521.180.32-
YUV27.36115.95142.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 6 (2.73% from 255) = 8%
R=64%
G=28%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4821600.560.870.8121.4377.7810.59
Hex301560385751154eb
Octal602560701271212511613
Binary110000101011100111000101011110100011010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301506; }

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

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

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

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

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

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

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

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