Html Css Color HEX #31140F Seal Brown

📋 copy color: '#31140F'

red 49 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #31140F

Tints of Seal Brown #31140F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 17.86%

R = 58.33%
G = 23.81%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#31140F (or 0x31140F) is known color: Seal Brown. HEX triplet: 31, 14 and 0F. RGB value is (49,20,15). Sum of RGB (Red+Green+Blue) = 49+20+15=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #31140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31140F is #CEEBF0. Grayscale: #1C1C1C. Windows color (decimal): -13560817 or 988209. OLE color: 988209.

HSL color Cylindrical-coordinate representation of color #31140F: hue angle of 8.82º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31140F is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 20 15 -
CMYK 0 0.59 0.69 0.81
HSL 8.82º 0.53% 0.13% -
HSV(B) 8.82º 0.69% 0.19% -
XYZ 1.6 1.19 0.6 -
YUV 28.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 49 20 15 0 0.59 0.69 0.81 8.82 0.53 0.13
Hex 31 14 F 0 3B 45 51 9 35 D
Octal 61 24 17 0 73 105 121 11 65 15
Binary 110001 10100 1111 0 111011 1000101 1010001 1001 110101 1101

Color Harmonies of #31140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31140F

Black with #31140F

Text Example


Text Example

White with #31140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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