Html Css Color HEX #310503 Seal Brown

📋 copy color: '#310503'

red 49 ◦ green 5 ◦ blue 3

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

Shades of Seal Brown #310503

Tints of Seal Brown #310503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 5.26%

R = 85.96%
G = 8.77%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#310503 (or 0x310503) is known color: Seal Brown. HEX triplet: 31, 05 and 03. RGB value is (49,5,3). Sum of RGB (Red+Green+Blue) = 49+5+3=57 (7% of max value = 765). Red value is 49 (19.53% from 255 or 85.96% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 3 (1.56% from 255 or 5.26% from 57); Max value from RGB is 49 - color contains mainly: red. Hex color #310503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310503 is #CEFAFC. Grayscale: #111111. Windows color (decimal): -13564669 or 197937. OLE color: 197937.

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

Color convert

RGB 49 5 3 -
CMYK 0 0.90 0.94 0.81
HSL 2.61º 0.88% 0.1% -
HSV(B) 2.61º 0.94% 0.19% -
XYZ 1.34 0.77 0.16 -
YUV 17.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 49 5 3 0 0.90 0.94 0.81 2.61 0.88 0.1
Hex 31 5 3 0 5A 5E 51 3 58 A
Octal 61 5 3 0 132 136 121 3 130 12
Binary 110001 101 11 0 1011010 1011110 1010001 11 1011000 1010

Color Harmonies of #310503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310503

Black with #310503

Text Example


Text Example

White with #310503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310503; }

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

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

background-color css

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

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

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

border-color css

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

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

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