Html Css Color HEX #312523 Livid Brown

📋 copy color: '#312523'

red 49 ◦ green 37 ◦ blue 35

#312523
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Livid Brown #312523

Tints of Livid Brown #312523

RGB

 RED value IS 49 (19.53% from 255) = 40.5%

 GREEN value IS 37 (14.84% from 255) = 30.58%

 BLUE value IS 35 (14.06% from 255) = 28.93%

R = 40.5%
G = 30.58%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#312523 (or 0x312523) is known color: Livid Brown. HEX triplet: 31, 25 and 23. RGB value is (49,37,35). Sum of RGB (Red+Green+Blue) = 49+37+35=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #312523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312523 is #CEDADC. Grayscale: #282828. Windows color (decimal): -13556445 or 2303281. OLE color: 2303281.

HSL color Cylindrical-coordinate representation of color #312523: hue angle of 8.57º 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 #312523 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 37 35 -
CMYK 0 0.24 0.29 0.81
HSL 8.57º 0.17% 0.16% -
HSV(B) 8.57º 0.29% 0.19% -
XYZ 2.23 2.1 1.88 -
YUV 40.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 49 37 35 0 0.24 0.29 0.81 8.57 0.17 0.16
Hex 31 25 23 0 18 1D 51 9 11 10
Octal 61 45 43 0 30 35 121 11 21 20
Binary 110001 100101 100011 0 11000 11101 1010001 1001 10001 10000

Color Harmonies of #312523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312523

Black with #312523

Text Example


Text Example

White with #312523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312523; }

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

 H1.HeaderClassName
 {
   color: #312523;
 }
 .AnyTagClassName
 {
   color: #312523;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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