Html Css Color HEX #311917 Seal Brown

📋 copy color: '#311917'

red 49 ◦ green 25 ◦ blue 23

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

Shades of Seal Brown #311917

Tints of Seal Brown #311917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.77%

 BLUE value IS 23 (9.38% from 255) = 23.71%

R = 50.52%
G = 25.77%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#311917 (or 0x311917) is known color: Seal Brown. HEX triplet: 31, 19 and 17. RGB value is (49,25,23). Sum of RGB (Red+Green+Blue) = 49+25+23=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #311917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311917 is #CEE6E8. Grayscale: #1F1F1F. Windows color (decimal): -13559529 or 1513777. OLE color: 1513777.

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

Color convert

RGB 49 25 23 -
CMYK 0 0.49 0.53 0.81
HSL 4.62º 0.36% 0.14% -
HSV(B) 4.62º 0.53% 0.19% -
XYZ 1.77 1.41 0.99 -
YUV 31.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 49 25 23 0 0.49 0.53 0.81 4.62 0.36 0.14
Hex 31 19 17 0 31 35 51 5 24 E
Octal 61 31 27 0 61 65 121 5 44 16
Binary 110001 11001 10111 0 110001 110101 1010001 101 100100 1110

Color Harmonies of #311917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311917

Black with #311917

Text Example


Text Example

White with #311917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311917; }

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

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

background-color css

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

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

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

border-color css

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

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

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