Html Css Color HEX #310800 Seal Brown

📋 copy color: '#310800'

red 49 ◦ green 8 ◦ blue 0

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

Shades of Seal Brown #310800

Tints of Seal Brown #310800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 14.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.96%
G = 14.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#310800 (or 0x310800) is known color: Seal Brown. HEX triplet: 31, 08 and 00. RGB value is (49,8,0). Sum of RGB (Red+Green+Blue) = 49+8+0=57 (7% of max value = 765). Red value is 49 (19.53% from 255 or 85.96% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 0 (0.39% from 255 or 0% from 57); Max value from RGB is 49 - color contains mainly: red. Hex color #310800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310800 is #CEF7FF. Grayscale: #131313. Windows color (decimal): -13563904 or 2097. OLE color: 2097.

HSL color Cylindrical-coordinate representation of color #310800: hue angle of 9.8º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310800 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 8 0 -
CMYK 0 0.84 1 0.81
HSL 9.8º 1% 0.1% -
HSV(B) 9.8º 1% 0.19% -
XYZ 1.35 0.83 0.09 -
YUV 19.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 49 8 0 0 0.84 1 0.81 9.8 1 0.1
Hex 31 8 0 0 54 64 51 A 64 A
Octal 61 10 0 0 124 144 121 12 144 12
Binary 110001 1000 0 0 1010100 1100100 1010001 1010 1100100 1010

Color Harmonies of #310800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310800

Black with #310800

Text Example


Text Example

White with #310800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310800; }

 p { color: rgb(49,8,0); }

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

background-color css

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

 a { background-color: rgb(49,8,0); }

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

border-color css

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

 span { border-color: rgb(49,8,0); }

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