#301503

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

Shades of Brown Pod #301503

Tints of Brown Pod #301503

Color information

#301503 (or 0x301503) is unknown color: approx Brown Pod. HEX triplet: 30, 15 and 03. RGB value is (48,21,3). Sum of RGB (Red+Green+Blue) = 48+21+3=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #301503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301503 is #CFEAFC. Grayscale: #1B1B1B. Windows color (decimal): -13626109 or 202032. OLE color: 202032.

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

Color convert

RGB48213-
CMYK00.560.940.81
HSL24º88.24%10%-
HSV(B)24º93.75%18.82%-
XYZ1.51.170.23-
YUV27.02114.45142.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 66.67%
GREEN value IS 21 (8.59% from 255) = 29.17%
BLUE value IS 3 (1.56% from 255) = 4.17%
R=66.67%
G=29.17%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4821300.560.940.812488.2410
Hex301530385E511858a
Octal602530701361213013012
Binary11000010101110111000101111010100011100010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301503; }

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

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

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

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

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

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

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

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