#383E2E

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

Shades of Log Cabin #383E2E

Tints of Log Cabin #383E2E

Color information

#383E2E (or 0x383E2E) is unknown color: approx Log Cabin. HEX triplet: 38, 3E and 2E. RGB value is (56,62,46). Sum of RGB (Red+Green+Blue) = 56+62+46=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 62 - color contains mainly: green. Hex color #383E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383E2E is #C7C1D1. Grayscale: #3A3A3A. Windows color (decimal): -13091282 or 3030584. OLE color: 3030584.

HSL color Cylindrical-coordinate representation of color #383E2E: hue angle of 82.5º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #383E2E is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB566246-
CMYK0.1000.260.76
HSL82.5º14.81%21.18%-
HSV(B)82.5º25.81%24.31%-
XYZ3.854.483.25-
YUV58.38121.01126.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 62 (24.61% from 255) = 37.80%
BLUE value IS 46 (18.36% from 255) = 28.05%
R=34.15%
G=37.80%
B=28.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5662460.1000.260.7682.514.8121.18
Hex383E2EA01A4C52f15
Octal707656120321141221725
Binary111000111110101110101001101010011001010010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383E2E; }

 p { color: rgb(56,62,46); }

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

<style>
 a { background-color: #383E2E; }

 a { background-color: rgb(56,62,46); }

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

<style>
 span { border-color: #383E2E; }

 span { border-color: rgb(56,62,46); }

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