Html Css Color HEX #31180D Brown Pod

📋 copy color: '#31180D'

red 49 ◦ green 24 ◦ blue 13

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

Shades of Brown Pod #31180D

Tints of Brown Pod #31180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 27.91%

 BLUE value IS 13 (5.47% from 255) = 15.12%

R = 56.98%
G = 27.91%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#31180D (or 0x31180D) is known color: Brown Pod. HEX triplet: 31, 18 and 0D. RGB value is (49,24,13). Sum of RGB (Red+Green+Blue) = 49+24+13=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #31180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31180D is #CEE7F2. Grayscale: #1E1E1E. Windows color (decimal): -13559795 or 858161. OLE color: 858161.

HSL color Cylindrical-coordinate representation of color #31180D: hue angle of 18.33º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31180D is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 24 13 -
CMYK 0 0.51 0.73 0.81
HSL 18.33º 0.58% 0.12% -
HSV(B) 18.33º 0.73% 0.19% -
XYZ 1.67 1.34 0.55 -
YUV 30.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 49 24 13 0 0.51 0.73 0.81 18.33 0.58 0.12
Hex 31 18 D 0 33 49 51 12 3A C
Octal 61 30 15 0 63 111 121 22 72 14
Binary 110001 11000 1101 0 110011 1001001 1010001 10010 111010 1100

Color Harmonies of #31180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31180D

Black with #31180D

Text Example


Text Example

White with #31180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31180D; }

 p { color: rgb(49,24,13); }

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

background-color css

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

 a { background-color: rgb(49,24,13); }

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

border-color css

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

 span { border-color: rgb(49,24,13); }

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