#382624

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

Shades of Livid Brown #382624

Tints of Livid Brown #382624

Color information

#382624 (or 0x382624) is unknown color: approx Livid Brown. HEX triplet: 38, 26 and 24. RGB value is (56,38,36). Sum of RGB (Red+Green+Blue) = 56+38+36=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #382624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382624 is #C7D9DB. Grayscale: #2B2B2B. Windows color (decimal): -13097436 or 2369080. OLE color: 2369080.

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

Color convert

RGB563836-
CMYK00.320.360.78
HSL21.74%18.04%-
HSV(B)35.71%21.96%-
XYZ2.642.351.98-
YUV43.15123.96137.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.08%
GREEN value IS 38 (15.23% from 255) = 29.23%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=43.08%
G=29.23%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56383600.320.360.78621.7418.04
Hex382624020244E61612
Octal7046440404411662622
Binary111000100110100100010000010010010011101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382624; }

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

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

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

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

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

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

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

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