#301603

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

Shades of Brown Pod #301603

Tints of Brown Pod #301603

Color information

#301603 (or 0x301603) is unknown color: approx Brown Pod. HEX triplet: 30, 16 and 03. RGB value is (48,22,3). Sum of RGB (Red+Green+Blue) = 48+22+3=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 3 (1.56% from 255 or 4.11% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #301603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301603 is #CFE9FC. Grayscale: #1B1B1B. Windows color (decimal): -13625853 or 202288. OLE color: 202288.

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

Color convert

RGB48223-
CMYK00.540.940.81
HSL25.33º88.24%10%-
HSV(B)25.33º93.75%18.82%-
XYZ1.521.210.24-
YUV27.61114.11142.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 65.75%
GREEN value IS 22 (8.98% from 255) = 30.14%
BLUE value IS 3 (1.56% from 255) = 4.11%
R=65.75%
G=30.14%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4822300.540.940.8125.3388.2410
Hex301630365E511958a
Octal602630661361213113012
Binary11000010110110110110101111010100011100110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301603; }

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

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

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

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

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

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

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

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