Html Css Color HEX #310703 Seal Brown

📋 copy color: '#310703'

red 49 ◦ green 7 ◦ blue 3

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

Shades of Seal Brown #310703

Tints of Seal Brown #310703

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.86%

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

R = 83.05%
G = 11.86%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#310703 (or 0x310703) is known color: Seal Brown. HEX triplet: 31, 07 and 03. RGB value is (49,7,3). Sum of RGB (Red+Green+Blue) = 49+7+3=59 (7% of max value = 765). Red value is 49 (19.53% from 255 or 83.05% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 49 - color contains mainly: red. Hex color #310703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310703 is #CEF8FC. Grayscale: #131313. Windows color (decimal): -13564157 or 198449. OLE color: 198449.

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

Color convert

RGB 49 7 3 -
CMYK 0 0.86 0.94 0.81
HSL 5.22º 0.88% 0.1% -
HSV(B) 5.22º 0.94% 0.19% -
XYZ 1.36 0.81 0.17 -
YUV 19.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 49 7 3 0 0.86 0.94 0.81 5.22 0.88 0.1
Hex 31 7 3 0 56 5E 51 5 58 A
Octal 61 7 3 0 126 136 121 5 130 12
Binary 110001 111 11 0 1010110 1011110 1010001 101 1011000 1010

Color Harmonies of #310703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310703

Black with #310703

Text Example


Text Example

White with #310703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310703; }

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

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

background-color css

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

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

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

border-color css

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

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

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