#382522

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

Shades of Livid Brown #382522

Tints of Livid Brown #382522

Color information

#382522 (or 0x382522) is unknown color: approx Livid Brown. HEX triplet: 38, 25 and 22. RGB value is (56,37,34). Sum of RGB (Red+Green+Blue) = 56+37+34=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #382522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382522 is #C7DADD. Grayscale: #2A2A2A. Windows color (decimal): -13097694 or 2237752. OLE color: 2237752.

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

Color convert

RGB563734-
CMYK00.340.390.78
HSL8.18º24.44%17.65%-
HSV(B)8.18º39.29%21.96%-
XYZ2.582.281.82-
YUV42.34123.29137.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 37 (14.84% from 255) = 29.13%
BLUE value IS 34 (13.67% from 255) = 26.77%
R=44.09%
G=29.13%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56373400.340.390.788.1824.4417.65
Hex382522022274E81812
Octal70454204247116103022
Binary1110001001011000100100010100111100111010001100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382522; }

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

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

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

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

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

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

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

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