#382524

Color #382524 Livid Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Livid Brown #382524

Tints of Livid Brown #382524

Color information

#382524 (or 0x382524) is unknown color: approx Livid Brown. HEX triplet: 38, 25 and 24. RGB value is (56,37,36). Sum of RGB (Red+Green+Blue) = 56+37+36=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #382524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382524 is #C7DADB. Grayscale: #2A2A2A. Windows color (decimal): -13097692 or 2368824. OLE color: 2368824.

HSL color Cylindrical-coordinate representation of color #382524: hue angle of 3º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #382524 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB563736-
CMYK00.340.360.78
HSL21.74%18.04%-
HSV(B)35.71%21.96%-
XYZ2.612.291.97-
YUV42.57124.29137.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=43.41%
G=28.68%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56373600.340.360.78321.7418.04
Hex382524022244E31612
Octal7045440424411632622
Binary11100010010110010001000101001001001110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382524; }

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

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

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

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

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

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

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

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