#3A402A

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

Shades of Log Cabin #3A402A

Tints of Log Cabin #3A402A

Color information

#3A402A (or 0x3A402A) is unknown color: approx Log Cabin. HEX triplet: 3A, 40 and 2A. RGB value is (58,64,42). Sum of RGB (Red+Green+Blue) = 58+64+42=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 64 - color contains mainly: green. Hex color #3A402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A402A is #C5BFD5. Grayscale: #3B3B3B. Windows color (decimal): -12959702 or 2768954. OLE color: 2768954.

HSL color Cylindrical-coordinate representation of color #3A402A: hue angle of 76.36º 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 #3A402A is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB586442-
CMYK0.0900.340.75
HSL76.36º20.75%20.78%-
HSV(B)76.36º34.38%25.1%-
XYZ44.732.89-
YUV59.7118.01126.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.37%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=35.37%
G=39.02%
B=25.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5864420.0900.340.7576.3620.7520.78
Hex3A402A90224B4c1515
Octal7210052110421131142525
Binary111010100000010101010010100010100101110011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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