#384025

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

Shades of Log Cabin #384025

Tints of Log Cabin #384025

Color information

#384025 (or 0x384025) is unknown color: approx Log Cabin. HEX triplet: 38, 40 and 25. RGB value is (56,64,37). Sum of RGB (Red+Green+Blue) = 56+64+37=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #384025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384025 is #C7BFDA. Grayscale: #3A3A3A. Windows color (decimal): -13090779 or 2441272. OLE color: 2441272.

HSL color Cylindrical-coordinate representation of color #384025: hue angle of 77.78º degrees, saturation: 0.27, 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 #384025 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB566437-
CMYK0.1300.420.75
HSL77.78º26.73%19.8%-
HSV(B)77.78º42.19%25.1%-
XYZ3.84.642.45-
YUV58.53115.85126.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 37 (14.84% from 255) = 23.57%
R=35.67%
G=40.76%
B=23.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5664370.1300.420.7577.7826.7319.8
Hex384025D02A4B4e1b14
Octal7010045150521131163324
Binary111000100000010010111010101010100101110011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384025; }

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

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

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

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

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

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

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

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