#3B4428

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

Shades of Log Cabin #3B4428

Tints of Log Cabin #3B4428

Color information

#3B4428 (or 0x3B4428) is unknown color: approx Log Cabin. HEX triplet: 3B, 44 and 28. RGB value is (59,68,40). Sum of RGB (Red+Green+Blue) = 59+68+40=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 68 - color contains mainly: green. Hex color #3B4428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4428 is #C4BBD7. Grayscale: #3E3E3E. Windows color (decimal): -12893144 or 2638907. OLE color: 2638907.

HSL color Cylindrical-coordinate representation of color #3B4428: hue angle of 79.29º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B4428 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB596840-
CMYK0.1300.410.73
HSL79.29º25.93%21.18%-
HSV(B)79.29º41.18%26.67%-
XYZ4.255.222.79-
YUV62.12115.52125.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.33%
GREEN value IS 68 (26.95% from 255) = 40.72%
BLUE value IS 40 (16.02% from 255) = 23.95%
R=35.33%
G=40.72%
B=23.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5968400.1300.410.7379.2925.9321.18
Hex3B4428D029494f1a15
Octal7310450150511111173225
Binary111011100010010100011010101001100100110011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,68,40); }

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

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

 a { background-color: rgb(59,68,40); }

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

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

 span { border-color: rgb(59,68,40); }

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