#30201D

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

Shades of Livid Brown #30201D

Tints of Livid Brown #30201D

Color information

#30201D (or 0x30201D) is unknown color: approx Livid Brown. HEX triplet: 30, 20 and 1D. RGB value is (48,32,29). Sum of RGB (Red+Green+Blue) = 48+32+29=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #30201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30201D is #CFDFE2. Grayscale: #242424. Windows color (decimal): -13623267 or 1908784. OLE color: 1908784.

HSL color Cylindrical-coordinate representation of color #30201D: hue angle of 9.47º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #30201D is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB483229-
CMYK00.330.400.81
HSL9.47º24.68%15.1%-
HSV(B)9.47º39.58%18.82%-
XYZ1.961.751.4-
YUV36.44123.8136.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 32 (12.89% from 255) = 29.36%
BLUE value IS 29 (11.72% from 255) = 26.61%
R=44.04%
G=29.36%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48322900.330.400.819.4724.6815.1
Hex30201D0212851919f
Octal60403504150121113117
Binary11000010000011101010000110100010100011001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30201D; }

 p { color: rgb(48,32,29); }

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

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

 a { background-color: rgb(48,32,29); }

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

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

 span { border-color: rgb(48,32,29); }

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