Html Css Color HEX #311B17 Seal Brown

📋 copy color: '#311B17'

red 49 ◦ green 27 ◦ blue 23

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

Shades of Seal Brown #311B17

Tints of Seal Brown #311B17

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27.27%

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

R = 49.49%
G = 27.27%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#311B17 (or 0x311B17) is known color: Seal Brown. HEX triplet: 31, 1B and 17. RGB value is (49,27,23). Sum of RGB (Red+Green+Blue) = 49+27+23=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #311B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B17 is #CEE4E8. Grayscale: #212121. Windows color (decimal): -13559017 or 1514289. OLE color: 1514289.

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

Color convert

RGB 49 27 23 -
CMYK 0 0.45 0.53 0.81
HSL 9.23º 0.36% 0.14% -
HSV(B) 9.23º 0.53% 0.19% -
XYZ 1.81 1.5 1 -
YUV 33.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 49 27 23 0 0.45 0.53 0.81 9.23 0.36 0.14
Hex 31 1B 17 0 2D 35 51 9 24 E
Octal 61 33 27 0 55 65 121 11 44 16
Binary 110001 11011 10111 0 101101 110101 1010001 1001 100100 1110

Color Harmonies of #311B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311B17

Black with #311B17

Text Example


Text Example

White with #311B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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