Html Css Color HEX #310F06 Seal Brown

📋 copy color: '#310F06'

red 49 ◦ green 15 ◦ blue 6

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

Shades of Seal Brown #310F06

Tints of Seal Brown #310F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 8.57%

R = 70%
G = 21.43%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.81

RGB Variations

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

Color information

#310F06 (or 0x310F06) is known color: Seal Brown. HEX triplet: 31, 0F and 06. RGB value is (49,15,6). Sum of RGB (Red+Green+Blue) = 49+15+6=70 (9% of max value = 765). Red value is 49 (19.53% from 255 or 70% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 6 (2.73% from 255 or 8.57% from 70); Max value from RGB is 49 - color contains mainly: red. Hex color #310F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F06 is #CEF0F9. Grayscale: #181818. Windows color (decimal): -13562106 or 397105. OLE color: 397105.

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

Color convert

RGB 49 15 6 -
CMYK 0 0.69 0.88 0.81
HSL 12.56º 0.78% 0.11% -
HSV(B) 12.56º 0.88% 0.19% -
XYZ 1.47 1.01 0.29 -
YUV 24.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 49 15 6 0 0.69 0.88 0.81 12.56 0.78 0.11
Hex 31 F 6 0 45 58 51 D 4E B
Octal 61 17 6 0 105 130 121 15 116 13
Binary 110001 1111 110 0 1000101 1011000 1010001 1101 1001110 1011

Color Harmonies of #310F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310F06

Black with #310F06

Text Example


Text Example

White with #310F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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