Html Css Color HEX #311710 Seal Brown

📋 copy color: '#311710'

red 49 ◦ green 23 ◦ blue 16

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

Shades of Seal Brown #311710

Tints of Seal Brown #311710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 26.14%

 BLUE value IS 16 (6.64% from 255) = 18.18%

R = 55.68%
G = 26.14%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#311710 (or 0x311710) is known color: Seal Brown. HEX triplet: 31, 17 and 10. RGB value is (49,23,16). Sum of RGB (Red+Green+Blue) = 49+23+16=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #311710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311710 is #CEE8EF. Grayscale: #1E1E1E. Windows color (decimal): -13560048 or 1054513. OLE color: 1054513.

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

Color convert

RGB 49 23 16 -
CMYK 0 0.53 0.67 0.81
HSL 12.73º 0.51% 0.13% -
HSV(B) 12.73º 0.67% 0.19% -
XYZ 1.67 1.3 0.65 -
YUV 29.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 49 23 16 0 0.53 0.67 0.81 12.73 0.51 0.13
Hex 31 17 10 0 35 43 51 D 33 D
Octal 61 27 20 0 65 103 121 15 63 15
Binary 110001 10111 10000 0 110101 1000011 1010001 1101 110011 1101

Color Harmonies of #311710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311710

Black with #311710

Text Example


Text Example

White with #311710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311710; }

 p { color: rgb(49,23,16); }

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

background-color css

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

 a { background-color: rgb(49,23,16); }

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

border-color css

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

 span { border-color: rgb(49,23,16); }

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