#302625

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

Shades of Livid Brown #302625

Tints of Livid Brown #302625

Color information

#302625 (or 0x302625) is unknown color: approx Livid Brown. HEX triplet: 30, 26 and 25. RGB value is (48,38,37). Sum of RGB (Red+Green+Blue) = 48+38+37=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #302625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302625 is #CFD9DA. Grayscale: #282828. Windows color (decimal): -13621723 or 2434608. OLE color: 2434608.

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

Color convert

RGB483837-
CMYK00.210.230.81
HSL5.45º12.94%16.67%-
HSV(B)5.45º22.92%18.82%-
XYZ2.252.152.05-
YUV40.88125.81133.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 38 (15.23% from 255) = 30.89%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=39.02%
G=30.89%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48383700.210.230.815.4512.9416.67
Hex30262501517515d11
Octal6046450252712151521
Binary110000100110100101010101101111010001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302625; }

 p { color: rgb(48,38,37); }

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

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

 a { background-color: rgb(48,38,37); }

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

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

 span { border-color: rgb(48,38,37); }

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