#301508

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

Shades of Brown Pod #301508

Tints of Brown Pod #301508

Color information

#301508 (or 0x301508) is unknown color: approx Brown Pod. HEX triplet: 30, 15 and 08. RGB value is (48,21,8). Sum of RGB (Red+Green+Blue) = 48+21+8=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #301508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301508 is #CFEAF7. Grayscale: #1B1B1B. Windows color (decimal): -13626104 or 529712. OLE color: 529712.

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

Color convert

RGB48218-
CMYK00.560.830.81
HSL19.5º71.43%10.98%-
HSV(B)19.5º83.33%18.82%-
XYZ1.531.180.38-
YUV27.59116.95142.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 62.34%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 8 (3.52% from 255) = 10.39%
R=62.34%
G=27.27%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4821800.560.830.8119.571.4310.98
Hex3015803853511447b
Octal6025100701231212410713
Binary1100001010110000111000101001110100011010010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301508; }

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

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

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

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

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

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

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

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