#382825

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

Shades of Livid Brown #382825

Tints of Livid Brown #382825

Color information

#382825 (or 0x382825) is unknown color: approx Livid Brown. HEX triplet: 38, 28 and 25. RGB value is (56,40,37). Sum of RGB (Red+Green+Blue) = 56+40+37=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #382825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382825 is #C7D7DA. Grayscale: #2C2C2C. Windows color (decimal): -13096923 or 2435128. OLE color: 2435128.

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

Color convert

RGB564037-
CMYK00.290.340.78
HSL9.47º20.43%18.24%-
HSV(B)9.47º33.93%21.96%-
XYZ2.722.492.09-
YUV44.44123.8136.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 37 (14.84% from 255) = 27.82%
R=42.11%
G=30.08%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56403700.290.340.789.4720.4318.24
Hex38282501D224E91412
Octal70504503542116112422
Binary111000101000100101011101100010100111010011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382825; }

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

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

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

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

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

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

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

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