Html Css Color HEX #1F0F0D Seal Brown

📋 copy color: '#1F0F0D'

red 31 ◦ green 15 ◦ blue 13

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

Shades of Seal Brown #1F0F0D

Tints of Seal Brown #1F0F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 25.42%

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

R = 52.54%
G = 25.42%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.88

RGB Variations

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

Color information

#1F0F0D (or 0x1F0F0D) is known color: Seal Brown. HEX triplet: 1F, 0F and 0D. RGB value is (31,15,13). Sum of RGB (Red+Green+Blue) = 31+15+13=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0F0D is #E0F0F2. Grayscale: #131313. Windows color (decimal): -14741747 or 855839. OLE color: 855839.

HSL color Cylindrical-coordinate representation of color #1F0F0D: hue angle of 6.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 #1F0F0D is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 15 13 -
CMYK 0 0.52 0.58 0.88
HSL 6.67º 0.41% 0.09% -
HSV(B) 6.67º 0.58% 0.12% -
XYZ 0.81 0.66 0.47 -
YUV 19.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 31 15 13 0 0.52 0.58 0.88 6.67 0.41 0.09
Hex 1F F D 0 34 3A 58 7 29 9
Octal 37 17 15 0 64 72 130 7 51 11
Binary 11111 1111 1101 0 110100 111010 1011000 111 101001 1001

Color Harmonies of #1F0F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0F0D

Black with #1F0F0D

Text Example


Text Example

White with #1F0F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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