#382926

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

Shades of Livid Brown #382926

Tints of Livid Brown #382926

Color information

#382926 (or 0x382926) is unknown color: approx Livid Brown. HEX triplet: 38, 29 and 26. RGB value is (56,41,38). Sum of RGB (Red+Green+Blue) = 56+41+38=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #382926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382926 is #C7D6D9. Grayscale: #2D2D2D. Windows color (decimal): -13096666 or 2500920. OLE color: 2500920.

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

Color convert

RGB564138-
CMYK00.270.320.78
HSL10º19.15%18.43%-
HSV(B)10º32.14%21.96%-
XYZ2.772.572.18-
YUV45.14123.97135.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 41 (16.41% from 255) = 30.37%
BLUE value IS 38 (15.23% from 255) = 28.15%
R=41.48%
G=30.37%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56413800.270.320.781019.1518.43
Hex38292601B204Ea1312
Octal70514603340116122322
Binary111000101001100110011011100000100111010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382926; }

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

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

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

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

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

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

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

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