Html Css Color HEX #31150F Seal Brown

📋 copy color: '#31150F'

red 49 ◦ green 21 ◦ blue 15

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

Shades of Seal Brown #31150F

Tints of Seal Brown #31150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.71%

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

R = 57.65%
G = 24.71%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#31150F (or 0x31150F) is known color: Seal Brown. HEX triplet: 31, 15 and 0F. RGB value is (49,21,15). Sum of RGB (Red+Green+Blue) = 49+21+15=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #31150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31150F is #CEEAF0. Grayscale: #1C1C1C. Windows color (decimal): -13560561 or 988465. OLE color: 988465.

HSL color Cylindrical-coordinate representation of color #31150F: hue angle of 10.59º 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 #31150F is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 21 15 -
CMYK 0 0.57 0.69 0.81
HSL 10.59º 0.53% 0.13% -
HSV(B) 10.59º 0.69% 0.19% -
XYZ 1.62 1.22 0.6 -
YUV 28.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 49 21 15 0 0.57 0.69 0.81 10.59 0.53 0.13
Hex 31 15 F 0 39 45 51 B 35 D
Octal 61 25 17 0 71 105 121 13 65 15
Binary 110001 10101 1111 0 111001 1000101 1010001 1011 110101 1101

Color Harmonies of #31150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31150F

Black with #31150F

Text Example


Text Example

White with #31150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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