Html Css Color HEX #372A28 Livid Brown

📋 copy color: '#372A28'

red 55 ◦ green 42 ◦ blue 40

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

Shades of Livid Brown #372A28

Tints of Livid Brown #372A28

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.66%

 BLUE value IS 40 (16.02% from 255) = 29.2%

R = 40.15%
G = 30.66%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#372A28 (or 0x372A28) is known color: Livid Brown. HEX triplet: 37, 2A and 28. RGB value is (55,42,40). Sum of RGB (Red+Green+Blue) = 55+42+40=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 55 - color contains mainly: red. Hex color #372A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A28 is #C8D5D7. Grayscale: #2D2D2D. Windows color (decimal): -13161944 or 2632247. OLE color: 2632247.

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

Color convert

RGB 55 42 40 -
CMYK 0 0.24 0.27 0.78
HSL 0.16% 0.19% -
HSV(B) 0.27% 0.22% -
XYZ 2.79 2.62 2.37 -
YUV 45.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 55 42 40 0 0.24 0.27 0.78 8 0.16 0.19
Hex 37 2A 28 0 18 1B 4E 8 10 13
Octal 67 52 50 0 30 33 116 10 20 23
Binary 110111 101010 101000 0 11000 11011 1001110 1000 10000 10011

Color Harmonies of #372A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372A28

Black with #372A28

Text Example


Text Example

White with #372A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #372A28;
 }
 .AnyTagClassName
 {
   color: #372A28;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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