#39402A

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

Shades of Log Cabin #39402A

Tints of Log Cabin #39402A

Color information

#39402A (or 0x39402A) is unknown color: approx Log Cabin. HEX triplet: 39, 40 and 2A. RGB value is (57,64,42). Sum of RGB (Red+Green+Blue) = 57+64+42=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 64 - color contains mainly: green. Hex color #39402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39402A is #C6BFD5. Grayscale: #3B3B3B. Windows color (decimal): -13025238 or 2768953. OLE color: 2768953.

HSL color Cylindrical-coordinate representation of color #39402A: hue angle of 79.09º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #39402A is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB576442-
CMYK0.1100.340.75
HSL79.09º20.75%20.78%-
HSV(B)79.09º34.38%25.1%-
XYZ3.944.72.89-
YUV59.4118.18126.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.97%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=34.97%
G=39.26%
B=25.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5764420.1100.340.7579.0920.7520.78
Hex39402AB0224B4f1515
Octal7110052130421131172525
Binary111001100000010101010110100010100101110011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39402A; }

 p { color: rgb(57,64,42); }

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

<style>
 a { background-color: #39402A; }

 a { background-color: rgb(57,64,42); }

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

<style>
 span { border-color: #39402A; }

 span { border-color: rgb(57,64,42); }

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