Html Css Color HEX #311409 Seal Brown

📋 copy color: '#311409'

red 49 ◦ green 20 ◦ blue 9

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

Shades of Seal Brown #311409

Tints of Seal Brown #311409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.64%

 BLUE value IS 9 (3.91% from 255) = 11.54%

R = 62.82%
G = 25.64%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.81

RGB Variations

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

Color information

#311409 (or 0x311409) is known color: Seal Brown. HEX triplet: 31, 14 and 09. RGB value is (49,20,9). Sum of RGB (Red+Green+Blue) = 49+20+9=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #311409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311409 is #CEEBF6. Grayscale: #1B1B1B. Windows color (decimal): -13560823 or 594993. OLE color: 594993.

HSL color Cylindrical-coordinate representation of color #311409: hue angle of 16.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311409 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 20 9 -
CMYK 0 0.59 0.82 0.81
HSL 16.5º 0.69% 0.11% -
HSV(B) 16.5º 0.82% 0.19% -
XYZ 1.57 1.17 0.4 -
YUV 27.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 49 20 9 0 0.59 0.82 0.81 16.5 0.69 0.11
Hex 31 14 9 0 3B 52 51 10 45 B
Octal 61 24 11 0 73 122 121 20 105 13
Binary 110001 10100 1001 0 111011 1010010 1010001 10000 1000101 1011

Color Harmonies of #311409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311409

Black with #311409

Text Example


Text Example

White with #311409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311409; }

 p { color: rgb(49,20,9); }

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

background-color css

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

 a { background-color: rgb(49,20,9); }

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

border-color css

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

 span { border-color: rgb(49,20,9); }

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