Html Css Color HEX #372A29 Livid Brown

📋 copy color: '#372A29'

red 55 ◦ green 42 ◦ blue 41

#372A29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Livid Brown #372A29

Tints of Livid Brown #372A29

RGB

 RED value IS 55 (21.88% from 255) = 39.86%

 GREEN value IS 42 (16.8% 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 value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#372A29 (or 0x372A29) is known color: 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

RGB 55 42 41 -
CMYK 0 0.24 0.25 0.78
HSL 4.29º 0.15% 0.19% -
HSV(B) 4.29º 0.25% 0.22% -
XYZ 2.8 2.63 2.46 -
YUV 45.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 55 42 41 0 0.24 0.25 0.78 4.29 0.15 0.19
Hex 37 2A 29 0 18 19 4E 4 F 13
Octal 67 52 51 0 30 31 116 4 17 23
Binary 110111 101010 101001 0 11000 11001 1001110 100 1111 10011

Color Harmonies of #372A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372A29

Black with #372A29

Text Example


Text Example

White with #372A29

Text Example


Text Example

HTML Codes & Css Web 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>