Html Css Color HEX #1F0604 Seal Brown

📋 copy color: '#1F0604'

red 31 ◦ green 6 ◦ blue 4

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

Shades of Seal Brown #1F0604

Tints of Seal Brown #1F0604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 14.63%

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

R = 75.61%
G = 14.63%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.88

RGB Variations

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

Color information

#1F0604 (or 0x1F0604) is known color: Seal Brown. HEX triplet: 1F, 06 and 04. RGB value is (31,6,4). Sum of RGB (Red+Green+Blue) = 31+6+4=41 (5% of max value = 765). Red value is 31 (12.5% from 255 or 75.61% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 4 (1.95% from 255 or 9.76% from 41); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0604 is #E0F9FB. Grayscale: #0D0D0D. Windows color (decimal): -14744060 or 263711. OLE color: 263711.

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

Color convert

RGB 31 6 4 -
CMYK 0 0.81 0.87 0.88
HSL 4.44º 0.77% 0.07% -
HSV(B) 4.44º 0.87% 0.12% -
XYZ 0.65 0.43 0.16 -
YUV 13.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 31 6 4 0 0.81 0.87 0.88 4.44 0.77 0.07
Hex 1F 6 4 0 51 57 58 4 4D 7
Octal 37 6 4 0 121 127 130 4 115 7
Binary 11111 110 100 0 1010001 1010111 1011000 100 1001101 111

Color Harmonies of #1F0604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0604

Black with #1F0604

Text Example


Text Example

White with #1F0604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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