#301504

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

Shades of Brown Pod #301504

Tints of Brown Pod #301504

Color information

#301504 (or 0x301504) is unknown color: approx Brown Pod. HEX triplet: 30, 15 and 04. RGB value is (48,21,4). Sum of RGB (Red+Green+Blue) = 48+21+4=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #301504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301504 is #CFEAFB. Grayscale: #1B1B1B. Windows color (decimal): -13626108 or 267568. OLE color: 267568.

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

Color convert

RGB48214-
CMYK00.560.920.81
HSL23.18º84.62%10.2%-
HSV(B)23.18º91.67%18.82%-
XYZ1.511.170.26-
YUV27.14114.95142.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 65.75%
GREEN value IS 21 (8.59% from 255) = 28.77%
BLUE value IS 4 (1.95% from 255) = 5.48%
R=65.75%
G=28.77%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4821400.560.920.8123.1884.6210.2
Hex301540385C511755a
Octal602540701341212712512
Binary110000101011000111000101110010100011011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301504; }

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

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

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

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

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

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

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

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