#373D2D

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

Shades of Log Cabin #373D2D

Tints of Log Cabin #373D2D

Color information

#373D2D (or 0x373D2D) is unknown color: approx Log Cabin. HEX triplet: 37, 3D and 2D. RGB value is (55,61,45). Sum of RGB (Red+Green+Blue) = 55+61+45=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 61 - color contains mainly: green. Hex color #373D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D2D is #C8C2D2. Grayscale: #393939. Windows color (decimal): -13157075 or 2964791. OLE color: 2964791.

HSL color Cylindrical-coordinate representation of color #373D2D: hue angle of 82.5º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #373D2D is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB556145-
CMYK0.1000.260.76
HSL82.5º15.09%20.78%-
HSV(B)82.5º26.23%23.92%-
XYZ3.724.343.12-
YUV57.38121.01126.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.16%
GREEN value IS 61 (24.22% from 255) = 37.89%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=34.16%
G=37.89%
B=27.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5561450.1000.260.7682.515.0920.78
Hex373D2DA01A4C52f15
Octal677555120321141221725
Binary110111111101101101101001101010011001010010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,61,45); }

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

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

 a { background-color: rgb(55,61,45); }

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

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

 span { border-color: rgb(55,61,45); }

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