#382121

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

Shades of Livid Brown #382121

Tints of Livid Brown #382121

Color information

#382121 (or 0x382121) is unknown color: approx Livid Brown. HEX triplet: 38, 21 and 21. RGB value is (56,33,33). Sum of RGB (Red+Green+Blue) = 56+33+33=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #382121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382121 is #C7DEDE. Grayscale: #272727. Windows color (decimal): -13098719 or 2171192. OLE color: 2171192.

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

Color convert

RGB563333-
CMYK00.410.410.78
HSL25.84%17.45%-
HSV(B)41.07%21.96%-
XYZ2.452.041.7-
YUV39.88124.12139.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=45.90%
G=27.05%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56333300.410.410.78025.8417.45
Hex382121029294E01a11
Octal7041410515111603221
Binary1110001000011000010101001101001100111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382121; }

 p { color: rgb(56,33,33); }

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

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

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

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

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

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

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