Html Css Color HEX #310A05 Seal Brown

📋 copy color: '#310A05'

red 49 ◦ green 10 ◦ blue 5

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

Shades of Seal Brown #310A05

Tints of Seal Brown #310A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 7.81%

R = 76.56%
G = 15.63%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#310A05 (or 0x310A05) is known color: Seal Brown. HEX triplet: 31, 0A and 05. RGB value is (49,10,5). Sum of RGB (Red+Green+Blue) = 49+10+5=64 (8% of max value = 765). Red value is 49 (19.53% from 255 or 76.56% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 5 (2.34% from 255 or 7.81% from 64); Max value from RGB is 49 - color contains mainly: red. Hex color #310A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A05 is #CEF5FA. Grayscale: #151515. Windows color (decimal): -13563387 or 330289. OLE color: 330289.

HSL color Cylindrical-coordinate representation of color #310A05: hue angle of 6.82º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310A05 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 10 5 -
CMYK 0 0.80 0.90 0.81
HSL 6.82º 0.81% 0.11% -
HSV(B) 6.82º 0.9% 0.19% -
XYZ 1.4 0.88 0.24 -
YUV 21.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 49 10 5 0 0.80 0.90 0.81 6.82 0.81 0.11
Hex 31 A 5 0 50 5A 51 7 51 B
Octal 61 12 5 0 120 132 121 7 121 13
Binary 110001 1010 101 0 1010000 1011010 1010001 111 1010001 1011

Color Harmonies of #310A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310A05

Black with #310A05

Text Example


Text Example

White with #310A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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