#302725

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

Shades of Livid Brown #302725

Tints of Livid Brown #302725

Color information

#302725 (or 0x302725) is unknown color: approx Livid Brown. HEX triplet: 30, 27 and 25. RGB value is (48,39,37). Sum of RGB (Red+Green+Blue) = 48+39+37=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 48 - color contains mainly: red. Hex color #302725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302725 is #CFD8DA. Grayscale: #292929. Windows color (decimal): -13621467 or 2434864. OLE color: 2434864.

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

Color convert

RGB483937-
CMYK00.190.230.81
HSL10.91º12.94%16.67%-
HSV(B)10.91º22.92%18.82%-
XYZ2.282.212.06-
YUV41.46125.48132.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.71%
GREEN value IS 39 (15.62% from 255) = 31.45%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=38.71%
G=31.45%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48393700.190.230.8110.9112.9416.67
Hex3027250131751bd11
Octal60474502327121131521
Binary1100001001111001010100111011110100011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302725; }

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

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

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

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

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

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

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

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