#312423

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

Shades of Livid Brown #312423

Tints of Livid Brown #312423

Color information

#312423 (or 0x312423) is unknown color: approx Livid Brown. HEX triplet: 31, 24 and 23. RGB value is (49,36,35). Sum of RGB (Red+Green+Blue) = 49+36+35=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #312423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312423 is #CEDBDC. Grayscale: #272727. Windows color (decimal): -13556701 or 2303025. OLE color: 2303025.

HSL color Cylindrical-coordinate representation of color #312423: hue angle of 4.29º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #312423 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB493635-
CMYK00.270.290.81
HSL4.29º16.67%16.47%-
HSV(B)4.29º28.57%19.22%-
XYZ2.22.041.87-
YUV39.77125.31134.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.83%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 35 (14.06% from 255) = 29.17%
R=40.83%
G=30%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49363500.270.290.814.2916.6716.47
Hex31242301B1D5141110
Octal6144430333512142120
Binary1100011001001000110110111110110100011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312423; }

 p { color: rgb(49,36,35); }

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

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

 a { background-color: rgb(49,36,35); }

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

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

 span { border-color: rgb(49,36,35); }

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