#302927

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

Shades of Livid Brown #302927

Tints of Livid Brown #302927

Color information

#302927 (or 0x302927) is unknown color: approx Livid Brown. HEX triplet: 30, 29 and 27. RGB value is (48,41,39). Sum of RGB (Red+Green+Blue) = 48+41+39=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 48 - color contains mainly: red. Hex color #302927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302927 is #CFD6D8. Grayscale: #2A2A2A. Windows color (decimal): -13620953 or 2566448. OLE color: 2566448.

HSL color Cylindrical-coordinate representation of color #302927: hue angle of 13.33º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #302927 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB484139-
CMYK00.150.190.81
HSL13.33º10.34%17.06%-
HSV(B)13.33º18.75%18.82%-
XYZ2.382.362.25-
YUV42.86125.82131.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.5%
GREEN value IS 41 (16.41% from 255) = 32.03%
BLUE value IS 39 (15.62% from 255) = 30.47%
R=37.5%
G=32.03%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48413900.150.190.8113.3310.3417.06
Hex3029270F1351da11
Octal60514701723121151221
Binary110000101001100111011111001110100011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302927; }

 p { color: rgb(48,41,39); }

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

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

 a { background-color: rgb(48,41,39); }

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

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

 span { border-color: rgb(48,41,39); }

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