Html Css Color HEX #1F120D Seal Brown

📋 copy color: '#1F120D'

red 31 ◦ green 18 ◦ blue 13

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

Shades of Seal Brown #1F120D

Tints of Seal Brown #1F120D

RGB

 RED value IS 31 (12.5% from 255) = 50%

 GREEN value IS 18 (7.42% from 255) = 29.03%

 BLUE value IS 13 (5.47% from 255) = 20.97%

R = 50%
G = 29.03%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.88

RGB Variations

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

Color information

#1F120D (or 0x1F120D) is known color: Seal Brown. HEX triplet: 1F, 12 and 0D. RGB value is (31,18,13). Sum of RGB (Red+Green+Blue) = 31+18+13=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F120D is #E0EDF2. Grayscale: #151515. Windows color (decimal): -14740979 or 856607. OLE color: 856607.

HSL color Cylindrical-coordinate representation of color #1F120D: hue angle of 16.67º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F120D is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 18 13 -
CMYK 0 0.42 0.58 0.88
HSL 16.67º 0.41% 0.09% -
HSV(B) 16.67º 0.58% 0.12% -
XYZ 0.85 0.75 0.48 -
YUV 21.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 31 18 13 0 0.42 0.58 0.88 16.67 0.41 0.09
Hex 1F 12 D 0 2A 3A 58 11 29 9
Octal 37 22 15 0 52 72 130 21 51 11
Binary 11111 10010 1101 0 101010 111010 1011000 10001 101001 1001

Color Harmonies of #1F120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F120D

Black with #1F120D

Text Example


Text Example

White with #1F120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F120D; }

 p { color: rgb(31,18,13); }

 H1.HeaderClassName
 {
   color: #1F120D;
 }
 .AnyTagClassName
 {
   color: #1F120D;
 }
</style>

background-color css

<style>
 a { background-color: #1F120D; }

 a { background-color: rgb(31,18,13); }

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

border-color css

<style>
 span { border-color: #1F120D; }

 span { border-color: rgb(31,18,13); }

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