Html Css Color HEX #311712 Seal Brown

📋 copy color: '#311712'

red 49 ◦ green 23 ◦ blue 18

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

Shades of Seal Brown #311712

Tints of Seal Brown #311712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20%

R = 54.44%
G = 25.56%
B = 20%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#311712 (or 0x311712) is known color: Seal Brown. HEX triplet: 31, 17 and 12. RGB value is (49,23,18). Sum of RGB (Red+Green+Blue) = 49+23+18=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #311712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311712 is #CEE8ED. Grayscale: #1E1E1E. Windows color (decimal): -13560046 or 1185585. OLE color: 1185585.

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

Color convert

RGB 49 23 18 -
CMYK 0 0.53 0.63 0.81
HSL 9.68º 0.46% 0.13% -
HSV(B) 9.68º 0.63% 0.19% -
XYZ 1.68 1.31 0.74 -
YUV 30.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 49 23 18 0 0.53 0.63 0.81 9.68 0.46 0.13
Hex 31 17 12 0 35 3F 51 A 2E D
Octal 61 27 22 0 65 77 121 12 56 15
Binary 110001 10111 10010 0 110101 111111 1010001 1010 101110 1101

Color Harmonies of #311712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311712

Black with #311712

Text Example


Text Example

White with #311712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311712; }

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

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

background-color css

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

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

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

border-color css

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

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

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