#384028

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

Shades of Log Cabin #384028

Tints of Log Cabin #384028

Color information

#384028 (or 0x384028) is unknown color: approx Log Cabin. HEX triplet: 38, 40 and 28. RGB value is (56,64,40). Sum of RGB (Red+Green+Blue) = 56+64+40=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 64 - color contains mainly: green. Hex color #384028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384028 is #C7BFD7. Grayscale: #3A3A3A. Windows color (decimal): -13090776 or 2637880. OLE color: 2637880.

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

Color convert

RGB566440-
CMYK0.1300.380.75
HSL80º23.08%20.39%-
HSV(B)80º37.5%25.1%-
XYZ3.854.662.7-
YUV58.87117.35125.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35%
GREEN value IS 64 (25.39% from 255) = 40%
BLUE value IS 40 (16.02% from 255) = 25%
R=35%
G=40%
B=25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5664400.1300.380.758023.0820.39
Hex384028D0264B501714
Octal7010050150461131202724
Binary111000100000010100011010100110100101110100001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384028; }

 p { color: rgb(56,64,40); }

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

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

 a { background-color: rgb(56,64,40); }

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

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

 span { border-color: rgb(56,64,40); }

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