#301405

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

Shades of Brown Pod #301405

Tints of Brown Pod #301405

Color information

#301405 (or 0x301405) is unknown color: approx Brown Pod. HEX triplet: 30, 14 and 05. RGB value is (48,20,5). Sum of RGB (Red+Green+Blue) = 48+20+5=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #301405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301405 is #CFEBFA. Grayscale: #1A1A1A. Windows color (decimal): -13626363 or 332848. OLE color: 332848.

HSL color Cylindrical-coordinate representation of color #301405: hue angle of 20.93º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #301405 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB48205-
CMYK00.580.900.81
HSL20.93º81.13%10.39%-
HSV(B)20.93º89.58%18.82%-
XYZ1.51.140.28-
YUV26.66115.78143.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 65.75%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 5 (2.34% from 255) = 6.85%
R=65.75%
G=27.40%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4820500.580.900.8120.9381.1310.39
Hex3014503A5A511551a
Octal602450721321212512112
Binary110000101001010111010101101010100011010110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301405; }

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

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

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

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

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

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

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

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