#382523

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

Shades of Livid Brown #382523

Tints of Livid Brown #382523

Color information

#382523 (or 0x382523) is unknown color: approx Livid Brown. HEX triplet: 38, 25 and 23. RGB value is (56,37,35). Sum of RGB (Red+Green+Blue) = 56+37+35=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #382523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382523 is #C7DADC. Grayscale: #2A2A2A. Windows color (decimal): -13097693 or 2303288. OLE color: 2303288.

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

Color convert

RGB563735-
CMYK00.340.370.78
HSL5.71º23.08%17.84%-
HSV(B)5.71º37.5%21.96%-
XYZ2.62.291.89-
YUV42.45123.79137.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.75%
GREEN value IS 37 (14.84% from 255) = 28.91%
BLUE value IS 35 (14.06% from 255) = 27.34%
R=43.75%
G=28.91%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56373500.340.370.785.7123.0817.84
Hex382523022254E61712
Octal7045430424511662722
Binary111000100101100011010001010010110011101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382523; }

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

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

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

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

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

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

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

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