Html Css Color HEX #310400 Seal Brown

📋 copy color: '#310400'

red 49 ◦ green 4 ◦ blue 0

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

Shades of Seal Brown #310400

Tints of Seal Brown #310400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.55%

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

R = 92.45%
G = 7.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#310400 (or 0x310400) is known color: Seal Brown. HEX triplet: 31, 04 and 00. RGB value is (49,4,0). Sum of RGB (Red+Green+Blue) = 49+4+0=53 (7% of max value = 765). Red value is 49 (19.53% from 255 or 92.45% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 49 - color contains mainly: red. Hex color #310400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310400 is #CEFBFF. Grayscale: #111111. Windows color (decimal): -13564928 or 1073. OLE color: 1073.

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

Color convert

RGB 49 4 0 -
CMYK 0 0.92 1 0.81
HSL 4.9º 1% 0.1% -
HSV(B) 4.9º 1% 0.19% -
XYZ 1.31 0.74 0.07 -
YUV 17 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 49 4 0 0 0.92 1 0.81 4.9 1 0.1
Hex 31 4 0 0 5C 64 51 5 64 A
Octal 61 4 0 0 134 144 121 5 144 12
Binary 110001 100 0 0 1011100 1100100 1010001 101 1100100 1010

Color Harmonies of #310400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310400

Black with #310400

Text Example


Text Example

White with #310400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310400; }

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

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

background-color css

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

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

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

border-color css

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

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

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