#372A29

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

Shades of Livid Brown #372A29

Tints of Livid Brown #372A29

Color information

#372A29 (or 0x372A29) is unknown color: approx Livid Brown. HEX triplet: 37, 2A and 29. RGB value is (55,42,41). Sum of RGB (Red+Green+Blue) = 55+42+41=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 55 - color contains mainly: red. Hex color #372A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A29 is #C8D5D6. Grayscale: #2D2D2D. Windows color (decimal): -13161943 or 2697783. OLE color: 2697783.

HSL color Cylindrical-coordinate representation of color #372A29: hue angle of 4.29º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #372A29 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB554241-
CMYK00.240.250.78
HSL4.29º14.58%18.82%-
HSV(B)4.29º25.45%21.57%-
XYZ2.82.632.46-
YUV45.77125.31134.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.86%
GREEN value IS 42 (16.80% from 255) = 30.43%
BLUE value IS 41 (16.41% from 255) = 29.71%
R=39.86%
G=30.43%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55424100.240.250.784.2914.5818.82
Hex372A29018194E4f13
Octal6752510303111641723
Binary110111101010101001011000110011001110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372A29; }

 p { color: rgb(55,42,41); }

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

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

 a { background-color: rgb(55,42,41); }

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

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

 span { border-color: rgb(55,42,41); }

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