Html Css Color HEX #310600 Seal Brown

📋 copy color: '#310600'

red 49 ◦ green 6 ◦ blue 0

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

Shades of Seal Brown #310600

Tints of Seal Brown #310600

RGB

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

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

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

R = 89.09%
G = 10.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#310600 (or 0x310600) is known color: Seal Brown. HEX triplet: 31, 06 and 00. RGB value is (49,6,0). Sum of RGB (Red+Green+Blue) = 49+6+0=55 (7% of max value = 765). Red value is 49 (19.53% from 255 or 89.09% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 49 - color contains mainly: red. Hex color #310600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310600 is #CEF9FF. Grayscale: #121212. Windows color (decimal): -13564416 or 1585. OLE color: 1585.

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

Color convert

RGB 49 6 0 -
CMYK 0 0.88 1 0.81
HSL 7.35º 1% 0.1% -
HSV(B) 7.35º 1% 0.19% -
XYZ 1.33 0.78 0.08 -
YUV 18.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 49 6 0 0 0.88 1 0.81 7.35 1 0.1
Hex 31 6 0 0 58 64 51 7 64 A
Octal 61 6 0 0 130 144 121 7 144 12
Binary 110001 110 0 0 1011000 1100100 1010001 111 1100100 1010

Color Harmonies of #310600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310600

Black with #310600

Text Example


Text Example

White with #310600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310600; }

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

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

background-color css

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

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

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

border-color css

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

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

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