Html Css Color HEX #310500 Seal Brown

📋 copy color: '#310500'

red 49 ◦ green 5 ◦ blue 0

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

Shades of Seal Brown #310500

Tints of Seal Brown #310500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.26%

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

R = 90.74%
G = 9.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#310500 (or 0x310500) is known color: Seal Brown. HEX triplet: 31, 05 and 00. RGB value is (49,5,0). Sum of RGB (Red+Green+Blue) = 49+5+0=54 (7% of max value = 765). Red value is 49 (19.53% from 255 or 90.74% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 49 - color contains mainly: red. Hex color #310500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310500 is #CEFAFF. Grayscale: #111111. Windows color (decimal): -13564672 or 1329. OLE color: 1329.

HSL color Cylindrical-coordinate representation of color #310500: hue angle of 6.12º 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 #310500 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 5 0 -
CMYK 0 0.90 1 0.81
HSL 6.12º 1% 0.1% -
HSV(B) 6.12º 1% 0.19% -
XYZ 1.32 0.76 0.08 -
YUV 17.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 49 5 0 0 0.90 1 0.81 6.12 1 0.1
Hex 31 5 0 0 5A 64 51 6 64 A
Octal 61 5 0 0 132 144 121 6 144 12
Binary 110001 101 0 0 1011010 1100100 1010001 110 1100100 1010

Color Harmonies of #310500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310500

Black with #310500

Text Example


Text Example

White with #310500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310500; }

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

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

background-color css

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

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

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

border-color css

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

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

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