Html Css Color HEX #1F0A08 Seal Brown

📋 copy color: '#1F0A08'

red 31 ◦ green 10 ◦ blue 8

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

Shades of Seal Brown #1F0A08

Tints of Seal Brown #1F0A08

RGB

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

 GREEN value IS 10 (4.3% from 255) = 20.41%

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

R = 63.27%
G = 20.41%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.88

RGB Variations

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

Color information

#1F0A08 (or 0x1F0A08) is known color: Seal Brown. HEX triplet: 1F, 0A and 08. RGB value is (31,10,8). Sum of RGB (Red+Green+Blue) = 31+10+8=49 (6% of max value = 765). Red value is 31 (12.5% from 255 or 63.27% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0A08 is #E0F5F7. Grayscale: #101010. Windows color (decimal): -14743032 or 526879. OLE color: 526879.

HSL color Cylindrical-coordinate representation of color #1F0A08: hue angle of 5.22º 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 #1F0A08 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 10 8 -
CMYK 0 0.68 0.74 0.88
HSL 5.22º 0.59% 0.08% -
HSV(B) 5.22º 0.74% 0.12% -
XYZ 0.72 0.53 0.29 -
YUV 16.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 31 10 8 0 0.68 0.74 0.88 5.22 0.59 0.08
Hex 1F A 8 0 44 4A 58 5 3B 8
Octal 37 12 10 0 104 112 130 5 73 10
Binary 11111 1010 1000 0 1000100 1001010 1011000 101 111011 1000

Color Harmonies of #1F0A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0A08

Black with #1F0A08

Text Example


Text Example

White with #1F0A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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