Html Css Color HEX #310908 Seal Brown

📋 copy color: '#310908'

red 49 ◦ green 9 ◦ blue 8

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

Shades of Seal Brown #310908

Tints of Seal Brown #310908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.64%

 BLUE value IS 8 (3.52% from 255) = 12.12%

R = 74.24%
G = 13.64%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.81

RGB Variations

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

Color information

#310908 (or 0x310908) is known color: Seal Brown. HEX triplet: 31, 09 and 08. RGB value is (49,9,8). Sum of RGB (Red+Green+Blue) = 49+9+8=66 (8% of max value = 765). Red value is 49 (19.53% from 255 or 74.24% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 49 - color contains mainly: red. Hex color #310908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310908 is #CEF6F7. Grayscale: #141414. Windows color (decimal): -13563640 or 526641. OLE color: 526641.

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

Color convert

RGB 49 9 8 -
CMYK 0 0.82 0.84 0.81
HSL 1.46º 0.72% 0.11% -
HSV(B) 1.46º 0.84% 0.19% -
XYZ 1.41 0.87 0.32 -
YUV 20.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 49 9 8 0 0.82 0.84 0.81 1.46 0.72 0.11
Hex 31 9 8 0 52 54 51 1 48 B
Octal 61 11 10 0 122 124 121 1 110 13
Binary 110001 1001 1000 0 1010010 1010100 1010001 1 1001000 1011

Color Harmonies of #310908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310908

Black with #310908

Text Example


Text Example

White with #310908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310908; }

 p { color: rgb(49,9,8); }

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

background-color css

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

 a { background-color: rgb(49,9,8); }

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

border-color css

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

 span { border-color: rgb(49,9,8); }

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