Html Css Color HEX #1F0E08 Seal Brown

📋 copy color: '#1F0E08'

red 31 ◦ green 14 ◦ blue 8

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

Shades of Seal Brown #1F0E08

Tints of Seal Brown #1F0E08

RGB

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

 GREEN value IS 14 (5.86% from 255) = 26.42%

 BLUE value IS 8 (3.52% from 255) = 15.09%

R = 58.49%
G = 26.42%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.88

RGB Variations

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

Color information

#1F0E08 (or 0x1F0E08) is known color: Seal Brown. HEX triplet: 1F, 0E and 08. RGB value is (31,14,8). Sum of RGB (Red+Green+Blue) = 31+14+8=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 14 (5.86% from 255 or 26.42% from 53); Blue value is 8 (3.52% from 255 or 15.09% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0E08 is #E0F1F7. Grayscale: #121212. Windows color (decimal): -14742008 or 527903. OLE color: 527903.

HSL color Cylindrical-coordinate representation of color #1F0E08: hue angle of 15.65º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F0E08 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 14 8 -
CMYK 0 0.55 0.74 0.88
HSL 15.65º 0.59% 0.08% -
HSV(B) 15.65º 0.74% 0.12% -
XYZ 0.77 0.62 0.31 -
YUV 18.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 31 14 8 0 0.55 0.74 0.88 15.65 0.59 0.08
Hex 1F E 8 0 37 4A 58 10 3B 8
Octal 37 16 10 0 67 112 130 20 73 10
Binary 11111 1110 1000 0 110111 1001010 1011000 10000 111011 1000

Color Harmonies of #1F0E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0E08

Black with #1F0E08

Text Example


Text Example

White with #1F0E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,14,8); }

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

background-color css

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

 a { background-color: rgb(31,14,8); }

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

border-color css

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

 span { border-color: rgb(31,14,8); }

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