#383F2A

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

Shades of Log Cabin #383F2A

Tints of Log Cabin #383F2A

Color information

#383F2A (or 0x383F2A) is unknown color: approx Log Cabin. HEX triplet: 38, 3F and 2A. RGB value is (56,63,42). Sum of RGB (Red+Green+Blue) = 56+63+42=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 63 - color contains mainly: green. Hex color #383F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F2A is #C7C0D5. Grayscale: #3A3A3A. Windows color (decimal): -13091030 or 2768696. OLE color: 2768696.

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

Color convert

RGB566342-
CMYK0.1100.330.75
HSL80º20%20.59%-
HSV(B)80º33.33%24.71%-
XYZ3.834.562.87-
YUV58.51118.68126.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 63 (25% from 255) = 39.13%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=34.78%
G=39.13%
B=26.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5663420.1100.330.75802020.59
Hex383F2AB0214B501415
Octal707752130411131202425
Binary11100011111110101010110100001100101110100001010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,63,42); }

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

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

 a { background-color: rgb(56,63,42); }

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

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

 span { border-color: rgb(56,63,42); }

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