Html Css Color HEX #311007 Seal Brown

📋 copy color: '#311007'

red 49 ◦ green 16 ◦ blue 7

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

Shades of Seal Brown #311007

Tints of Seal Brown #311007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.22%

 BLUE value IS 7 (3.13% from 255) = 9.72%

R = 68.06%
G = 22.22%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.81

RGB Variations

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

Color information

#311007 (or 0x311007) is known color: Seal Brown. HEX triplet: 31, 10 and 07. RGB value is (49,16,7). Sum of RGB (Red+Green+Blue) = 49+16+7=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #311007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311007 is #CEEFF8. Grayscale: #181818. Windows color (decimal): -13561849 or 462897. OLE color: 462897.

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

Color convert

RGB 49 16 7 -
CMYK 0 0.67 0.86 0.81
HSL 12.86º 0.75% 0.11% -
HSV(B) 12.86º 0.86% 0.19% -
XYZ 1.49 1.04 0.32 -
YUV 24.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 49 16 7 0 0.67 0.86 0.81 12.86 0.75 0.11
Hex 31 10 7 0 43 56 51 D 4B B
Octal 61 20 7 0 103 126 121 15 113 13
Binary 110001 10000 111 0 1000011 1010110 1010001 1101 1001011 1011

Color Harmonies of #311007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311007

Black with #311007

Text Example


Text Example

White with #311007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311007; }

 p { color: rgb(49,16,7); }

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

background-color css

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

 a { background-color: rgb(49,16,7); }

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

border-color css

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

 span { border-color: rgb(49,16,7); }

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