#384126

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

Shades of Log Cabin #384126

Tints of Log Cabin #384126

Color information

#384126 (or 0x384126) is unknown color: approx Log Cabin. HEX triplet: 38, 41 and 26. RGB value is (56,65,38). Sum of RGB (Red+Green+Blue) = 56+65+38=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #384126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384126 is #C7BED9. Grayscale: #3B3B3B. Windows color (decimal): -13090522 or 2507064. OLE color: 2507064.

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

Color convert

RGB566538-
CMYK0.1400.420.75
HSL80º26.21%20.2%-
HSV(B)80º41.54%25.49%-
XYZ3.874.762.55-
YUV59.23116.02125.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 65 (25.78% from 255) = 40.88%
BLUE value IS 38 (15.23% from 255) = 23.90%
R=35.22%
G=40.88%
B=23.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665380.1400.420.758026.2120.2
Hex384126E02A4B501a14
Octal7010146160521131203224
Binary111000100000110011011100101010100101110100001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384126; }

 p { color: rgb(56,65,38); }

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

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

 a { background-color: rgb(56,65,38); }

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

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

 span { border-color: rgb(56,65,38); }

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