#301408

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

Shades of Brown Pod #301408

Tints of Brown Pod #301408

Color information

#301408 (or 0x301408) is unknown color: approx Brown Pod. HEX triplet: 30, 14 and 08. RGB value is (48,20,8). Sum of RGB (Red+Green+Blue) = 48+20+8=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #301408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301408 is #CFEBF7. Grayscale: #1B1B1B. Windows color (decimal): -13626360 or 529456. OLE color: 529456.

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

Color convert

RGB48208-
CMYK00.580.830.81
HSL18º71.43%10.98%-
HSV(B)18º83.33%18.82%-
XYZ1.511.150.37-
YUV27117.28142.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 63.16%
GREEN value IS 20 (8.20% from 255) = 26.32%
BLUE value IS 8 (3.52% from 255) = 10.53%
R=63.16%
G=26.32%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4820800.580.830.811871.4310.98
Hex3014803A53511247b
Octal6024100721231212210713
Binary1100001010010000111010101001110100011001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301408; }

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

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

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

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

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

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

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

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