#382320

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

Shades of Livid Brown #382320

Tints of Livid Brown #382320

Color information

#382320 (or 0x382320) is unknown color: approx Livid Brown. HEX triplet: 38, 23 and 20. RGB value is (56,35,32). Sum of RGB (Red+Green+Blue) = 56+35+32=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #382320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382320 is #C7DCDF. Grayscale: #282828. Windows color (decimal): -13098208 or 2106168. OLE color: 2106168.

HSL color Cylindrical-coordinate representation of color #382320: hue angle of 7.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #382320 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB563532-
CMYK00.370.430.78
HSL7.5º27.27%17.25%-
HSV(B)7.5º42.86%21.96%-
XYZ2.492.151.65-
YUV40.94122.96138.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 35 (14.06% from 255) = 28.46%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=45.53%
G=28.46%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56353200.370.430.787.527.2717.25
Hex3823200252B4E81b11
Octal70434004553116103321
Binary1110001000111000000100101101011100111010001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382320; }

 p { color: rgb(56,35,32); }

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

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

 a { background-color: rgb(56,35,32); }

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

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

 span { border-color: rgb(56,35,32); }

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