#35392D

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

Shades of Log Cabin #35392D

Tints of Log Cabin #35392D

Color information

#35392D (or 0x35392D) is unknown color: approx Log Cabin. HEX triplet: 35, 39 and 2D. RGB value is (53,57,45). Sum of RGB (Red+Green+Blue) = 53+57+45=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 57 - color contains mainly: green. Hex color #35392D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35392D is #CAC6D2. Grayscale: #363636. Windows color (decimal): -13289171 or 2963765. OLE color: 2963765.

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

Color convert

RGB535745-
CMYK0.0700.210.78
HSL80º11.76%20%-
HSV(B)80º21.05%22.35%-
XYZ3.43.873.05-
YUV54.44122.67126.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.19%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 45 (17.97% from 255) = 29.03%
R=34.19%
G=36.77%
B=29.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5357450.0700.210.788011.7620
Hex35392D70154E50c14
Octal65715570251161201424
Binary11010111100110110111101010110011101010000110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35392D; }

 p { color: rgb(53,57,45); }

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

<style>
 a { background-color: #35392D; }

 a { background-color: rgb(53,57,45); }

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

<style>
 span { border-color: #35392D; }

 span { border-color: rgb(53,57,45); }

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