Html Css Color HEX #310705 Seal Brown

📋 copy color: '#310705'

red 49 ◦ green 7 ◦ blue 5

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

Shades of Seal Brown #310705

Tints of Seal Brown #310705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 8.2%

R = 80.33%
G = 11.48%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#310705 (or 0x310705) is known color: Seal Brown. HEX triplet: 31, 07 and 05. RGB value is (49,7,5). Sum of RGB (Red+Green+Blue) = 49+7+5=61 (8% of max value = 765). Red value is 49 (19.53% from 255 or 80.33% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 49 - color contains mainly: red. Hex color #310705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310705 is #CEF8FA. Grayscale: #131313. Windows color (decimal): -13564155 or 329521. OLE color: 329521.

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

Color convert

RGB 49 7 5 -
CMYK 0 0.86 0.90 0.81
HSL 2.73º 0.81% 0.11% -
HSV(B) 2.73º 0.9% 0.19% -
XYZ 1.37 0.82 0.23 -
YUV 19.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 49 7 5 0 0.86 0.90 0.81 2.73 0.81 0.11
Hex 31 7 5 0 56 5A 51 3 51 B
Octal 61 7 5 0 126 132 121 3 121 13
Binary 110001 111 101 0 1010110 1011010 1010001 11 1010001 1011

Color Harmonies of #310705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310705

Black with #310705

Text Example


Text Example

White with #310705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310705; }

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

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

background-color css

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

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

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

border-color css

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

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

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