Html Css Color HEX #310F0A Seal Brown

📋 copy color: '#310F0A'

red 49 ◦ green 15 ◦ blue 10

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

Shades of Seal Brown #310F0A

Tints of Seal Brown #310F0A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 20.27%

 BLUE value IS 10 (4.3% from 255) = 13.51%

R = 66.22%
G = 20.27%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.81

RGB Variations

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

Color information

#310F0A (or 0x310F0A) is known color: Seal Brown. HEX triplet: 31, 0F and 0A. RGB value is (49,15,10). Sum of RGB (Red+Green+Blue) = 49+15+10=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 15 (6.25% from 255 or 20.27% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #310F0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F0A is #CEF0F5. Grayscale: #181818. Windows color (decimal): -13562102 or 659249. OLE color: 659249.

HSL color Cylindrical-coordinate representation of color #310F0A: hue angle of 7.69º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #310F0A is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 15 10 -
CMYK 0 0.69 0.80 0.81
HSL 7.69º 0.66% 0.12% -
HSV(B) 7.69º 0.8% 0.19% -
XYZ 1.49 1.02 0.4 -
YUV 24.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 49 15 10 0 0.69 0.80 0.81 7.69 0.66 0.12
Hex 31 F A 0 45 50 51 8 42 C
Octal 61 17 12 0 105 120 121 10 102 14
Binary 110001 1111 1010 0 1000101 1010000 1010001 1000 1000010 1100

Color Harmonies of #310F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310F0A

Black with #310F0A

Text Example


Text Example

White with #310F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310F0A; }

 p { color: rgb(49,15,10); }

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

background-color css

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

 a { background-color: rgb(49,15,10); }

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

border-color css

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

 span { border-color: rgb(49,15,10); }

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