Html Css Color HEX #31140A Seal Brown

📋 copy color: '#31140A'

red 49 ◦ green 20 ◦ blue 10

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

Shades of Seal Brown #31140A

Tints of Seal Brown #31140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.32%

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

R = 62.03%
G = 25.32%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.81

RGB Variations

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

Color information

#31140A (or 0x31140A) is known color: Seal Brown. HEX triplet: 31, 14 and 0A. RGB value is (49,20,10). Sum of RGB (Red+Green+Blue) = 49+20+10=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #31140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31140A is #CEEBF5. Grayscale: #1B1B1B. Windows color (decimal): -13560822 or 660529. OLE color: 660529.

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

Color convert

RGB 49 20 10 -
CMYK 0 0.59 0.80 0.81
HSL 15.38º 0.66% 0.12% -
HSV(B) 15.38º 0.8% 0.19% -
XYZ 1.57 1.18 0.43 -
YUV 27.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 49 20 10 0 0.59 0.80 0.81 15.38 0.66 0.12
Hex 31 14 A 0 3B 50 51 F 42 C
Octal 61 24 12 0 73 120 121 17 102 14
Binary 110001 10100 1010 0 111011 1010000 1010001 1111 1000010 1100

Color Harmonies of #31140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31140A

Black with #31140A

Text Example


Text Example

White with #31140A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31140A; }

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

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

background-color css

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

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

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

border-color css

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

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

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