Html Css Color HEX #1F0A04 Seal Brown

📋 copy color: '#1F0A04'

red 31 ◦ green 10 ◦ blue 4

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

Shades of Seal Brown #1F0A04

Tints of Seal Brown #1F0A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 8.89%

R = 68.89%
G = 22.22%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.88

RGB Variations

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

Color information

#1F0A04 (or 0x1F0A04) is known color: Seal Brown. HEX triplet: 1F, 0A and 04. RGB value is (31,10,4). Sum of RGB (Red+Green+Blue) = 31+10+4=45 (5% of max value = 765). Red value is 31 (12.5% from 255 or 68.89% from 45); Green value is 10 (4.30% from 255 or 22.22% from 45); Blue value is 4 (1.95% from 255 or 8.89% from 45); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0A04 is #E0F5FB. Grayscale: #0F0F0F. Windows color (decimal): -14743036 or 264735. OLE color: 264735.

HSL color Cylindrical-coordinate representation of color #1F0A04: hue angle of 13.33º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F0A04 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 10 4 -
CMYK 0 0.68 0.87 0.88
HSL 13.33º 0.77% 0.07% -
HSV(B) 13.33º 0.87% 0.12% -
XYZ 0.7 0.52 0.18 -
YUV 15.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 31 10 4 0 0.68 0.87 0.88 13.33 0.77 0.07
Hex 1F A 4 0 44 57 58 D 4D 7
Octal 37 12 4 0 104 127 130 15 115 7
Binary 11111 1010 100 0 1000100 1010111 1011000 1101 1001101 111

Color Harmonies of #1F0A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0A04

Black with #1F0A04

Text Example


Text Example

White with #1F0A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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