#3F4435

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

Shades of Log Cabin #3F4435

Tints of Log Cabin #3F4435

Color information

#3F4435 (or 0x3F4435) is unknown color: approx Log Cabin. HEX triplet: 3F, 44 and 35. RGB value is (63,68,53). Sum of RGB (Red+Green+Blue) = 63+68+53=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 68 - color contains mainly: green. Hex color #3F4435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4435 is #C0BBCA. Grayscale: #404040. Windows color (decimal): -12630987 or 3490879. OLE color: 3490879.

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

Color convert

RGB636853-
CMYK0.0700.220.73
HSL80º12.4%23.73%-
HSV(B)80º22.06%26.67%-
XYZ4.765.454.17-
YUV64.8121.34126.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.24%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 53 (21.09% from 255) = 28.80%
R=34.24%
G=36.96%
B=28.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6368530.0700.220.738012.423.73
Hex3F443570164950c18
Octal771046570261111201430
Binary111111100010011010111101011010010011010000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,68,53); }

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

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

 a { background-color: rgb(63,68,53); }

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

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

 span { border-color: rgb(63,68,53); }

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