#382824

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

Shades of Livid Brown #382824

Tints of Livid Brown #382824

Color information

#382824 (or 0x382824) is unknown color: approx Livid Brown. HEX triplet: 38, 28 and 24. RGB value is (56,40,36). Sum of RGB (Red+Green+Blue) = 56+40+36=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #382824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382824 is #C7D7DB. Grayscale: #2C2C2C. Windows color (decimal): -13096924 or 2369592. OLE color: 2369592.

HSL color Cylindrical-coordinate representation of color #382824: hue angle of 12º 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 #382824 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB564036-
CMYK00.290.360.78
HSL12º21.74%18.04%-
HSV(B)12º35.71%21.96%-
XYZ2.712.492.01-
YUV44.33123.3136.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 40 (16.02% from 255) = 30.30%
BLUE value IS 36 (14.45% from 255) = 27.27%
R=42.42%
G=30.30%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56403600.290.360.781221.7418.04
Hex38282401D244Ec1612
Octal70504403544116142622
Binary111000101000100100011101100100100111011001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382824; }

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

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

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

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

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

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

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

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