#301403

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

Shades of Brown Pod #301403

Tints of Brown Pod #301403

Color information

#301403 (or 0x301403) is unknown color: approx Brown Pod. HEX triplet: 30, 14 and 03. RGB value is (48,20,3). Sum of RGB (Red+Green+Blue) = 48+20+3=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #301403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301403 is #CFEBFC. Grayscale: #1A1A1A. Windows color (decimal): -13626365 or 201776. OLE color: 201776.

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

Color convert

RGB48203-
CMYK00.580.940.81
HSL22.67º88.24%10%-
HSV(B)22.67º93.75%18.82%-
XYZ1.491.140.23-
YUV26.43114.78143.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 67.61%
GREEN value IS 20 (8.20% from 255) = 28.17%
BLUE value IS 3 (1.56% from 255) = 4.23%
R=67.61%
G=28.17%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4820300.580.940.8122.6788.2410
Hex3014303A5E511758a
Octal602430721361212713012
Binary11000010100110111010101111010100011011110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301403; }

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

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

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

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

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

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

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

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