Html Css Color HEX #312625 Livid Brown

📋 copy color: '#312625'

red 49 ◦ green 38 ◦ blue 37

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

Shades of Livid Brown #312625

Tints of Livid Brown #312625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.65%

 BLUE value IS 37 (14.84% from 255) = 29.84%

R = 39.52%
G = 30.65%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#312625 (or 0x312625) is known color: Livid Brown. HEX triplet: 31, 26 and 25. RGB value is (49,38,37). Sum of RGB (Red+Green+Blue) = 49+38+37=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #312625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312625 is #CED9DA. Grayscale: #292929. Windows color (decimal): -13556187 or 2434609. OLE color: 2434609.

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

Color convert

RGB 49 38 37 -
CMYK 0 0.22 0.24 0.81
HSL 0.14% 0.17% -
HSV(B) 0.24% 0.19% -
XYZ 2.29 2.17 2.05 -
YUV 41.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 49 38 37 0 0.22 0.24 0.81 5 0.14 0.17
Hex 31 26 25 0 16 18 51 5 E 11
Octal 61 46 45 0 26 30 121 5 16 21
Binary 110001 100110 100101 0 10110 11000 1010001 101 1110 10001

Color Harmonies of #312625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312625

Black with #312625

Text Example


Text Example

White with #312625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312625; }

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

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

background-color css

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

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

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

border-color css

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

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

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