Html Css Color HEX #31180F Brown Pod

📋 copy color: '#31180F'

red 49 ◦ green 24 ◦ blue 15

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

Shades of Brown Pod #31180F

Tints of Brown Pod #31180F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 17.05%

R = 55.68%
G = 27.27%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#31180F (or 0x31180F) is known color: Brown Pod. HEX triplet: 31, 18 and 0F. RGB value is (49,24,15). Sum of RGB (Red+Green+Blue) = 49+24+15=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #31180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31180F is #CEE7F0. Grayscale: #1E1E1E. Windows color (decimal): -13559793 or 989233. OLE color: 989233.

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

Color convert

RGB 49 24 15 -
CMYK 0 0.51 0.69 0.81
HSL 15.88º 0.53% 0.13% -
HSV(B) 15.88º 0.69% 0.19% -
XYZ 1.68 1.34 0.62 -
YUV 30.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 49 24 15 0 0.51 0.69 0.81 15.88 0.53 0.13
Hex 31 18 F 0 33 45 51 10 35 D
Octal 61 30 17 0 63 105 121 20 65 15
Binary 110001 11000 1111 0 110011 1000101 1010001 10000 110101 1101

Color Harmonies of #31180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31180F

Black with #31180F

Text Example


Text Example

White with #31180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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