Html Css Color HEX #31160F Seal Brown

📋 copy color: '#31160F'

red 49 ◦ green 22 ◦ blue 15

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

Shades of Seal Brown #31160F

Tints of Seal Brown #31160F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 25.58%

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

R = 56.98%
G = 25.58%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#31160F (or 0x31160F) is known color: Seal Brown. HEX triplet: 31, 16 and 0F. RGB value is (49,22,15). Sum of RGB (Red+Green+Blue) = 49+22+15=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #31160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31160F is #CEE9F0. Grayscale: #1D1D1D. Windows color (decimal): -13560305 or 988721. OLE color: 988721.

HSL color Cylindrical-coordinate representation of color #31160F: hue angle of 12.35º 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 #31160F is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 22 15 -
CMYK 0 0.55 0.69 0.81
HSL 12.35º 0.53% 0.13% -
HSV(B) 12.35º 0.69% 0.19% -
XYZ 1.64 1.26 0.61 -
YUV 29.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 49 22 15 0 0.55 0.69 0.81 12.35 0.53 0.13
Hex 31 16 F 0 37 45 51 C 35 D
Octal 61 26 17 0 67 105 121 14 65 15
Binary 110001 10110 1111 0 110111 1000101 1010001 1100 110101 1101

Color Harmonies of #31160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31160F

Black with #31160F

Text Example


Text Example

White with #31160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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