#383C2D

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

Shades of Log Cabin #383C2D

Tints of Log Cabin #383C2D

Color information

#383C2D (or 0x383C2D) is unknown color: approx Log Cabin. HEX triplet: 38, 3C and 2D. RGB value is (56,60,45). Sum of RGB (Red+Green+Blue) = 56+60+45=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 60 - color contains mainly: green. Hex color #383C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C2D is #C7C3D2. Grayscale: #393939. Windows color (decimal): -13091795 or 2964536. OLE color: 2964536.

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

Color convert

RGB566045-
CMYK0.0700.250.76
HSL76º14.29%20.59%-
HSV(B)76º25%23.53%-
XYZ3.724.263.11-
YUV57.09121.17127.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 60 (23.83% from 255) = 37.27%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=34.78%
G=37.27%
B=27.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5660450.0700.250.767614.2920.59
Hex383C2D70194C4ce15
Octal70745570311141141625
Binary11100011110010110111101100110011001001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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