#372725

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

Shades of Livid Brown #372725

Tints of Livid Brown #372725

Color information

#372725 (or 0x372725) is unknown color: approx Livid Brown. HEX triplet: 37, 27 and 25. RGB value is (55,39,37). Sum of RGB (Red+Green+Blue) = 55+39+37=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 55 - color contains mainly: red. Hex color #372725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372725 is #C8D8DA. Grayscale: #2B2B2B. Windows color (decimal): -13162715 or 2434871. OLE color: 2434871.

HSL color Cylindrical-coordinate representation of color #372725: hue angle of 6.67º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #372725 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB553937-
CMYK00.290.330.78
HSL6.67º19.57%18.04%-
HSV(B)6.67º32.73%21.57%-
XYZ2.632.42.07-
YUV43.56124.3136.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.98%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 37 (14.84% from 255) = 28.24%
R=41.98%
G=29.77%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55393700.290.330.786.6719.5718.04
Hex37272501D214E71412
Octal6747450354111672422
Binary11011110011110010101110110000110011101111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372725; }

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

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

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

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

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

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

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

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