Html Css Color HEX #31130F Seal Brown

📋 copy color: '#31130F'

red 49 ◦ green 19 ◦ blue 15

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

Shades of Seal Brown #31130F

Tints of Seal Brown #31130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.89%

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

R = 59.04%
G = 22.89%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#31130F (or 0x31130F) is known color: Seal Brown. HEX triplet: 31, 13 and 0F. RGB value is (49,19,15). Sum of RGB (Red+Green+Blue) = 49+19+15=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #31130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31130F is #CEECF0. Grayscale: #1B1B1B. Windows color (decimal): -13561073 or 987953. OLE color: 987953.

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

Color convert

RGB 49 19 15 -
CMYK 0 0.61 0.69 0.81
HSL 7.06º 0.53% 0.13% -
HSV(B) 7.06º 0.69% 0.19% -
XYZ 1.59 1.15 0.59 -
YUV 27.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 49 19 15 0 0.61 0.69 0.81 7.06 0.53 0.13
Hex 31 13 F 0 3D 45 51 7 35 D
Octal 61 23 17 0 75 105 121 7 65 15
Binary 110001 10011 1111 0 111101 1000101 1010001 111 110101 1101

Color Harmonies of #31130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31130F

Black with #31130F

Text Example


Text Example

White with #31130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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