#34372E

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

Shades of Log Cabin #34372E

Tints of Log Cabin #34372E

Color information

#34372E (or 0x34372E) is unknown color: approx Log Cabin. HEX triplet: 34, 37 and 2E. RGB value is (52,55,46). Sum of RGB (Red+Green+Blue) = 52+55+46=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 55 - color contains mainly: green. Hex color #34372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34372E is #CBC8D1. Grayscale: #353535. Windows color (decimal): -13355218 or 3028788. OLE color: 3028788.

HSL color Cylindrical-coordinate representation of color #34372E: hue angle of 80º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #34372E is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB525546-
CMYK0.0500.160.78
HSL80º8.91%19.8%-
HSV(B)80º16.36%21.57%-
XYZ3.283.663.12-
YUV53.08124.01127.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.99%
GREEN value IS 55 (21.88% from 255) = 35.95%
BLUE value IS 46 (18.36% from 255) = 30.07%
R=33.99%
G=35.95%
B=30.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5255460.0500.160.78808.9119.8
Hex34372E50104E50914
Octal64675650201161201124
Binary11010011011110111010101000010011101010000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34372E; }

 p { color: rgb(52,55,46); }

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

<style>
 a { background-color: #34372E; }

 a { background-color: rgb(52,55,46); }

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

<style>
 span { border-color: #34372E; }

 span { border-color: rgb(52,55,46); }

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