Html Css Color HEX #311A17 Seal Brown

📋 copy color: '#311A17'

red 49 ◦ green 26 ◦ blue 23

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

Shades of Seal Brown #311A17

Tints of Seal Brown #311A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.53%

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

R = 50%
G = 26.53%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#311A17 (or 0x311A17) is known color: Seal Brown. HEX triplet: 31, 1A and 17. RGB value is (49,26,23). Sum of RGB (Red+Green+Blue) = 49+26+23=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #311A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A17 is #CEE5E8. Grayscale: #202020. Windows color (decimal): -13559273 or 1514033. OLE color: 1514033.

HSL color Cylindrical-coordinate representation of color #311A17: hue angle of 6.92º 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 #311A17 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 26 23 -
CMYK 0 0.47 0.53 0.81
HSL 6.92º 0.36% 0.14% -
HSV(B) 6.92º 0.53% 0.19% -
XYZ 1.79 1.45 1 -
YUV 32.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 49 26 23 0 0.47 0.53 0.81 6.92 0.36 0.14
Hex 31 1A 17 0 2F 35 51 7 24 E
Octal 61 32 27 0 57 65 121 7 44 16
Binary 110001 11010 10111 0 101111 110101 1010001 111 100100 1110

Color Harmonies of #311A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A17

Black with #311A17

Text Example


Text Example

White with #311A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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