#382928

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

Shades of Livid Brown #382928

Tints of Livid Brown #382928

Color information

#382928 (or 0x382928) is unknown color: approx Livid Brown. HEX triplet: 38, 29 and 28. RGB value is (56,41,40). Sum of RGB (Red+Green+Blue) = 56+41+40=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #382928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382928 is #C7D6D7. Grayscale: #2D2D2D. Windows color (decimal): -13096664 or 2631992. OLE color: 2631992.

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

Color convert

RGB564140-
CMYK00.270.290.78
HSL3.75º16.67%18.82%-
HSV(B)3.75º28.57%21.96%-
XYZ2.812.582.36-
YUV45.37124.97135.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.88%
GREEN value IS 41 (16.41% from 255) = 29.93%
BLUE value IS 40 (16.02% from 255) = 29.20%
R=40.88%
G=29.93%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56414000.270.290.783.7516.6718.82
Hex38292801B1D4E41113
Octal7051500333511642123
Binary1110001010011010000110111110110011101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382928; }

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

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

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

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

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

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

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

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