#301A0D

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

Shades of Brown Pod #301A0D

Tints of Brown Pod #301A0D

Color information

#301A0D (or 0x301A0D) is unknown color: approx Brown Pod. HEX triplet: 30, 1A and 0D. RGB value is (48,26,13). Sum of RGB (Red+Green+Blue) = 48+26+13=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #301A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A0D is #CFE5F2. Grayscale: #1F1F1F. Windows color (decimal): -13624819 or 858672. OLE color: 858672.

HSL color Cylindrical-coordinate representation of color #301A0D: hue angle of 22.29º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #301A0D is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB482613-
CMYK00.460.730.81
HSL22.29º57.38%11.96%-
HSV(B)22.29º72.92%18.82%-
XYZ1.661.40.56-
YUV31.1117.79140.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.17%
GREEN value IS 26 (10.55% from 255) = 29.89%
BLUE value IS 13 (5.47% from 255) = 14.94%
R=55.17%
G=29.89%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48261300.460.730.8122.2957.3811.96
Hex301AD02E49511639c
Octal603215056111121267114
Binary110000110101101010111010010011010001101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301A0D; }

 p { color: rgb(48,26,13); }

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

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

 a { background-color: rgb(48,26,13); }

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

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

 span { border-color: rgb(48,26,13); }

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