#383C2E

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

Shades of Log Cabin #383C2E

Tints of Log Cabin #383C2E

Color information

#383C2E (or 0x383C2E) is unknown color: approx Log Cabin. HEX triplet: 38, 3C and 2E. RGB value is (56,60,46). Sum of RGB (Red+Green+Blue) = 56+60+46=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 60 - color contains mainly: green. Hex color #383C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C2E is #C7C3D1. Grayscale: #393939. Windows color (decimal): -13091794 or 3030072. OLE color: 3030072.

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

Color convert

RGB566046-
CMYK0.0700.230.76
HSL77.14º13.21%20.78%-
HSV(B)77.14º23.33%23.53%-
XYZ3.744.273.21-
YUV57.21121.67127.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 60 (23.83% from 255) = 37.04%
BLUE value IS 46 (18.36% from 255) = 28.40%
R=34.57%
G=37.04%
B=28.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5660460.0700.230.7677.1413.2120.78
Hex383C2E70174C4dd15
Octal70745670271141151525
Binary11100011110010111011101011110011001001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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