#35392E

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

Shades of Log Cabin #35392E

Tints of Log Cabin #35392E

Color information

#35392E (or 0x35392E) is unknown color: approx Log Cabin. HEX triplet: 35, 39 and 2E. RGB value is (53,57,46). Sum of RGB (Red+Green+Blue) = 53+57+46=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 57 - color contains mainly: green. Hex color #35392E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35392E is #CAC6D1. Grayscale: #363636. Windows color (decimal): -13289170 or 3029301. OLE color: 3029301.

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

Color convert

RGB535746-
CMYK0.0700.190.78
HSL81.82º10.68%20.2%-
HSV(B)81.82º19.3%22.35%-
XYZ3.423.883.15-
YUV54.55123.17126.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=33.97%
G=36.54%
B=29.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5357460.0700.190.7881.8210.6820.2
Hex35392E70134E52b14
Octal65715670231161221324
Binary11010111100110111011101001110011101010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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