Html Css Color HEX #310C0A Seal Brown

📋 copy color: '#310C0A'

red 49 ◦ green 12 ◦ blue 10

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

Shades of Seal Brown #310C0A

Tints of Seal Brown #310C0A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16.9%

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

R = 69.01%
G = 16.9%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.81

RGB Variations

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

Color information

#310C0A (or 0x310C0A) is known color: Seal Brown. HEX triplet: 31, 0C and 0A. RGB value is (49,12,10). Sum of RGB (Red+Green+Blue) = 49+12+10=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 10 (4.30% from 255 or 14.08% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #310C0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C0A is #CEF3F5. Grayscale: #161616. Windows color (decimal): -13562870 or 658481. OLE color: 658481.

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

Color convert

RGB 49 12 10 -
CMYK 0 0.76 0.80 0.81
HSL 3.08º 0.66% 0.12% -
HSV(B) 3.08º 0.8% 0.19% -
XYZ 1.45 0.94 0.39 -
YUV 22.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 49 12 10 0 0.76 0.80 0.81 3.08 0.66 0.12
Hex 31 C A 0 4C 50 51 3 42 C
Octal 61 14 12 0 114 120 121 3 102 14
Binary 110001 1100 1010 0 1001100 1010000 1010001 11 1000010 1100

Color Harmonies of #310C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C0A

Black with #310C0A

Text Example


Text Example

White with #310C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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