#301605

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

Shades of Brown Pod #301605

Tints of Brown Pod #301605

Color information

#301605 (or 0x301605) is unknown color: approx Brown Pod. HEX triplet: 30, 16 and 05. RGB value is (48,22,5). Sum of RGB (Red+Green+Blue) = 48+22+5=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #301605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301605 is #CFE9FA. Grayscale: #1B1B1B. Windows color (decimal): -13625851 or 333360. OLE color: 333360.

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

Color convert

RGB48225-
CMYK00.540.900.81
HSL23.72º81.13%10.39%-
HSV(B)23.72º89.58%18.82%-
XYZ1.531.210.3-
YUV27.84115.11142.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64%
GREEN value IS 22 (8.98% from 255) = 29.33%
BLUE value IS 5 (2.34% from 255) = 6.67%
R=64%
G=29.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4822500.540.900.8123.7281.1310.39
Hex301650365A511851a
Octal602650661321213012112
Binary110000101101010110110101101010100011100010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301605; }

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

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

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

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

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

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

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

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