Html Css Color HEX #31110A Seal Brown

📋 copy color: '#31110A'

red 49 ◦ green 17 ◦ blue 10

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

Shades of Seal Brown #31110A

Tints of Seal Brown #31110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.37%

 BLUE value IS 10 (4.3% from 255) = 13.16%

R = 64.47%
G = 22.37%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.81

RGB Variations

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

Color information

#31110A (or 0x31110A) is known color: Seal Brown. HEX triplet: 31, 11 and 0A. RGB value is (49,17,10). Sum of RGB (Red+Green+Blue) = 49+17+10=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #31110A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31110A is #CEEEF5. Grayscale: #191919. Windows color (decimal): -13561590 or 659761. OLE color: 659761.

HSL color Cylindrical-coordinate representation of color #31110A: hue angle of 10.77º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31110A is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 17 10 -
CMYK 0 0.65 0.80 0.81
HSL 10.77º 0.66% 0.12% -
HSV(B) 10.77º 0.8% 0.19% -
XYZ 1.52 1.08 0.41 -
YUV 25.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 49 17 10 0 0.65 0.80 0.81 10.77 0.66 0.12
Hex 31 11 A 0 41 50 51 B 42 C
Octal 61 21 12 0 101 120 121 13 102 14
Binary 110001 10001 1010 0 1000001 1010000 1010001 1011 1000010 1100

Color Harmonies of #31110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31110A

Black with #31110A

Text Example


Text Example

White with #31110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31110A; }

 p { color: rgb(49,17,10); }

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

background-color css

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

 a { background-color: rgb(49,17,10); }

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

border-color css

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

 span { border-color: rgb(49,17,10); }

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