#382222

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

Shades of Livid Brown #382222

Tints of Livid Brown #382222

Color information

#382222 (or 0x382222) is unknown color: approx Livid Brown. HEX triplet: 38, 22 and 22. RGB value is (56,34,34). Sum of RGB (Red+Green+Blue) = 56+34+34=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #382222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382222 is #C7DDDD. Grayscale: #282828. Windows color (decimal): -13098462 or 2236984. OLE color: 2236984.

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

Color convert

RGB563434-
CMYK00.390.390.78
HSL24.44%17.65%-
HSV(B)39.29%21.96%-
XYZ2.492.11.79-
YUV40.58124.29139-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 34 (13.67% from 255) = 27.42%
R=45.16%
G=27.42%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56343400.390.390.78024.4417.65
Hex382222027274E01812
Octal7042420474711603022
Binary1110001000101000100100111100111100111001100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382222; }

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

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

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

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

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

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

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

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