#373A32

Color #373A32 Log Cabin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Log Cabin #373A32

Tints of Log Cabin #373A32

Color information

#373A32 (or 0x373A32) is unknown color: approx Log Cabin. HEX triplet: 37, 3A and 32. RGB value is (55,58,50). Sum of RGB (Red+Green+Blue) = 55+58+50=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 58 - color contains mainly: green. Hex color #373A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373A32 is #C8C5CD. Grayscale: #383838. Windows color (decimal): -13157838 or 3291703. OLE color: 3291703.

HSL color Cylindrical-coordinate representation of color #373A32: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #373A32 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB555850-
CMYK0.0500.140.77
HSL82.5º7.41%21.18%-
HSV(B)82.5º13.79%22.75%-
XYZ3.664.073.61-
YUV56.19124.51127.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.74%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=33.74%
G=35.58%
B=30.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5558500.0500.140.7782.57.4121.18
Hex373A3250E4D52715
Octal6772625016115122725
Binary110111111010110010101011101001101101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373A32; }

 p { color: rgb(55,58,50); }

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

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

 a { background-color: rgb(55,58,50); }

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

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

 span { border-color: rgb(55,58,50); }

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