#372625

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

Shades of Livid Brown #372625

Tints of Livid Brown #372625

Color information

#372625 (or 0x372625) is unknown color: approx Livid Brown. HEX triplet: 37, 26 and 25. RGB value is (55,38,37). Sum of RGB (Red+Green+Blue) = 55+38+37=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 55 - color contains mainly: red. Hex color #372625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372625 is #C8D9DA. Grayscale: #2A2A2A. Windows color (decimal): -13162971 or 2434615. OLE color: 2434615.

HSL color Cylindrical-coordinate representation of color #372625: hue angle of 3.33º 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 #372625 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB553837-
CMYK00.310.330.78
HSL3.33º19.57%18.04%-
HSV(B)3.33º32.73%21.57%-
XYZ2.62.332.06-
YUV42.97124.63136.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.31%
GREEN value IS 38 (15.23% from 255) = 29.23%
BLUE value IS 37 (14.84% from 255) = 28.46%
R=42.31%
G=29.23%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55383700.310.330.783.3319.5718.04
Hex37262501F214E31412
Octal6746450374111632422
Binary1101111001101001010111111000011001110111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372625; }

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

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

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

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

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

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

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

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