Html Css Color HEX #310F04 Seal Brown

📋 copy color: '#310F04'

red 49 ◦ green 15 ◦ blue 4

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

Shades of Seal Brown #310F04

Tints of Seal Brown #310F04

RGB

 RED value IS 49 (19.53% from 255) = 72.06%

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

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

R = 72.06%
G = 22.06%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#310F04 (or 0x310F04) is known color: Seal Brown. HEX triplet: 31, 0F and 04. RGB value is (49,15,4). Sum of RGB (Red+Green+Blue) = 49+15+4=68 (9% of max value = 765). Red value is 49 (19.53% from 255 or 72.06% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 4 (1.95% from 255 or 5.88% from 68); Max value from RGB is 49 - color contains mainly: red. Hex color #310F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F04 is #CEF0FB. Grayscale: #171717. Windows color (decimal): -13562108 or 266033. OLE color: 266033.

HSL color Cylindrical-coordinate representation of color #310F04: hue angle of 14.67º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #310F04 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 15 4 -
CMYK 0 0.69 0.92 0.81
HSL 14.67º 0.85% 0.1% -
HSV(B) 14.67º 0.92% 0.19% -
XYZ 1.46 1 0.23 -
YUV 23.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 49 15 4 0 0.69 0.92 0.81 14.67 0.85 0.1
Hex 31 F 4 0 45 5C 51 F 55 A
Octal 61 17 4 0 105 134 121 17 125 12
Binary 110001 1111 100 0 1000101 1011100 1010001 1111 1010101 1010

Color Harmonies of #310F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310F04

Black with #310F04

Text Example


Text Example

White with #310F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310F04; }

 p { color: rgb(49,15,4); }

 H1.HeaderClassName
 {
   color: #310F04;
 }
 .AnyTagClassName
 {
   color: #310F04;
 }
</style>

background-color css

<style>
 a { background-color: #310F04; }

 a { background-color: rgb(49,15,4); }

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

border-color css

<style>
 span { border-color: #310F04; }

 span { border-color: rgb(49,15,4); }

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