#3B4130

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

Shades of Log Cabin #3B4130

Tints of Log Cabin #3B4130

Color information

#3B4130 (or 0x3B4130) is unknown color: approx Log Cabin. HEX triplet: 3B, 41 and 30. RGB value is (59,65,48). Sum of RGB (Red+Green+Blue) = 59+65+48=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 65 - color contains mainly: green. Hex color #3B4130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4130 is #C4BECF. Grayscale: #3D3D3D. Windows color (decimal): -12893904 or 3162427. OLE color: 3162427.

HSL color Cylindrical-coordinate representation of color #3B4130: hue angle of 81.18º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3B4130 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB596548-
CMYK0.0900.260.75
HSL81.18º15.04%22.16%-
HSV(B)81.18º26.15%25.49%-
XYZ4.234.923.52-
YUV61.27120.51126.38-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.30%
GREEN value IS 65 (25.78% from 255) = 37.79%
BLUE value IS 48 (19.14% from 255) = 27.91%
R=34.30%
G=37.79%
B=27.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5965480.0900.260.7581.1815.0422.16
Hex3B4130901A4B51f16
Octal7310160110321131211726
Binary1110111000001110000100101101010010111010001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B4130; }

 p { color: rgb(59,65,48); }

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

<style>
 a { background-color: #3B4130; }

 a { background-color: rgb(59,65,48); }

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

<style>
 span { border-color: #3B4130; }

 span { border-color: rgb(59,65,48); }

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