#382725

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

Shades of Livid Brown #382725

Tints of Livid Brown #382725

Color information

#382725 (or 0x382725) is unknown color: approx Livid Brown. HEX triplet: 38, 27 and 25. RGB value is (56,39,37). Sum of RGB (Red+Green+Blue) = 56+39+37=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #382725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382725 is #C7D8DA. Grayscale: #2B2B2B. Windows color (decimal): -13097179 or 2434872. OLE color: 2434872.

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

Color convert

RGB563937-
CMYK00.300.340.78
HSL6.32º20.43%18.24%-
HSV(B)6.32º33.93%21.96%-
XYZ2.692.432.08-
YUV43.86124.13136.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 39 (15.62% from 255) = 29.55%
BLUE value IS 37 (14.84% from 255) = 28.03%
R=42.42%
G=29.55%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56393700.300.340.786.3220.4318.24
Hex38272501E224E61412
Octal7047450364211662422
Binary11100010011110010101111010001010011101101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382725; }

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

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

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

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

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

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

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

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