Html Css Color HEX #310605 Seal Brown

📋 copy color: '#310605'

red 49 ◦ green 6 ◦ blue 5

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

Shades of Seal Brown #310605

Tints of Seal Brown #310605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10%

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

R = 81.67%
G = 10%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#310605 (or 0x310605) is known color: Seal Brown. HEX triplet: 31, 06 and 05. RGB value is (49,6,5). Sum of RGB (Red+Green+Blue) = 49+6+5=60 (7% of max value = 765). Red value is 49 (19.53% from 255 or 81.67% from 60); Green value is 6 (2.73% from 255 or 10% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 49 - color contains mainly: red. Hex color #310605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310605 is #CEF9FA. Grayscale: #121212. Windows color (decimal): -13564411 or 329265. OLE color: 329265.

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

Color convert

RGB 49 6 5 -
CMYK 0 0.88 0.90 0.81
HSL 1.36º 0.81% 0.11% -
HSV(B) 1.36º 0.9% 0.19% -
XYZ 1.36 0.79 0.23 -
YUV 18.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 49 6 5 0 0.88 0.90 0.81 1.36 0.81 0.11
Hex 31 6 5 0 58 5A 51 1 51 B
Octal 61 6 5 0 130 132 121 1 121 13
Binary 110001 110 101 0 1011000 1011010 1010001 1 1010001 1011

Color Harmonies of #310605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310605

Black with #310605

Text Example


Text Example

White with #310605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310605; }

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

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

background-color css

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

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

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

border-color css

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

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

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