#3A422B

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

Shades of Log Cabin #3A422B

Tints of Log Cabin #3A422B

Color information

#3A422B (or 0x3A422B) is unknown color: approx Log Cabin. HEX triplet: 3A, 42 and 2B. RGB value is (58,66,43). Sum of RGB (Red+Green+Blue) = 58+66+43=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 66 - color contains mainly: green. Hex color #3A422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A422B is #C5BDD4. Grayscale: #3D3D3D. Windows color (decimal): -12959189 or 2835002. OLE color: 2835002.

HSL color Cylindrical-coordinate representation of color #3A422B: hue angle of 80.87º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A422B is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB586643-
CMYK0.1200.350.74
HSL80.87º21.1%21.37%-
HSV(B)80.87º34.85%25.88%-
XYZ4.134.973.03-
YUV60.99117.85125.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.73%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 43 (17.19% from 255) = 25.75%
R=34.73%
G=39.52%
B=25.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5866430.1200.350.7480.8721.121.37
Hex3A422BC0234A511515
Octal7210253140431121212525
Binary111010100001010101111000100011100101010100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,66,43); }

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

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

 a { background-color: rgb(58,66,43); }

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

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

 span { border-color: rgb(58,66,43); }

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