#3D4430

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

Shades of Log Cabin #3D4430

Tints of Log Cabin #3D4430

Color information

#3D4430 (or 0x3D4430) is unknown color: approx Log Cabin. HEX triplet: 3D, 44 and 30. RGB value is (61,68,48). Sum of RGB (Red+Green+Blue) = 61+68+48=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 68 - color contains mainly: green. Hex color #3D4430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4430 is #C2BBCF. Grayscale: #3F3F3F. Windows color (decimal): -12762064 or 3163197. OLE color: 3163197.

HSL color Cylindrical-coordinate representation of color #3D4430: hue angle of 81º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D4430 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB616848-
CMYK0.1000.290.73
HSL81º17.24%22.75%-
HSV(B)81º29.41%26.67%-
XYZ4.535.343.59-
YUV63.63119.18126.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.46%
GREEN value IS 68 (26.95% from 255) = 38.42%
BLUE value IS 48 (19.14% from 255) = 27.12%
R=34.46%
G=38.42%
B=27.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6168480.1000.290.738117.2422.75
Hex3D4430A01D49511117
Octal7510460120351111212127
Binary11110110001001100001010011101100100110100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,68,48); }

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

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

 a { background-color: rgb(61,68,48); }

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

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

 span { border-color: rgb(61,68,48); }

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