Html Css Color HEX #310A00 Seal Brown

📋 copy color: '#310A00'

red 49 ◦ green 10 ◦ blue 0

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

Shades of Seal Brown #310A00

Tints of Seal Brown #310A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 16.95%

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

R = 83.05%
G = 16.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#310A00 (or 0x310A00) is known color: Seal Brown. HEX triplet: 31, 0A and 00. RGB value is (49,10,0). Sum of RGB (Red+Green+Blue) = 49+10+0=59 (7% of max value = 765). Red value is 49 (19.53% from 255 or 83.05% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 49 - color contains mainly: red. Hex color #310A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A00 is #CEF5FF. Grayscale: #141414. Windows color (decimal): -13563392 or 2609. OLE color: 2609.

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

Color convert

RGB 49 10 0 -
CMYK 0 0.80 1 0.81
HSL 12.24º 1% 0.1% -
HSV(B) 12.24º 1% 0.19% -
XYZ 1.38 0.87 0.1 -
YUV 20.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 49 10 0 0 0.80 1 0.81 12.24 1 0.1
Hex 31 A 0 0 50 64 51 C 64 A
Octal 61 12 0 0 120 144 121 14 144 12
Binary 110001 1010 0 0 1010000 1100100 1010001 1100 1100100 1010

Color Harmonies of #310A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310A00

Black with #310A00

Text Example


Text Example

White with #310A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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