Html Css Color HEX #310604 Seal Brown

📋 copy color: '#310604'

red 49 ◦ green 6 ◦ blue 4

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

Shades of Seal Brown #310604

Tints of Seal Brown #310604

RGB

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

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

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

R = 83.05%
G = 10.17%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#310604 (or 0x310604) is known color: Seal Brown. HEX triplet: 31, 06 and 04. RGB value is (49,6,4). Sum of RGB (Red+Green+Blue) = 49+6+4=59 (7% of max value = 765). Red value is 49 (19.53% from 255 or 83.05% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 49 - color contains mainly: red. Hex color #310604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310604 is #CEF9FB. Grayscale: #121212. Windows color (decimal): -13564412 or 263729. OLE color: 263729.

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

Color convert

RGB 49 6 4 -
CMYK 0 0.88 0.92 0.81
HSL 2.67º 0.85% 0.1% -
HSV(B) 2.67º 0.92% 0.19% -
XYZ 1.35 0.79 0.2 -
YUV 18.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 49 6 4 0 0.88 0.92 0.81 2.67 0.85 0.1
Hex 31 6 4 0 58 5C 51 3 55 A
Octal 61 6 4 0 130 134 121 3 125 12
Binary 110001 110 100 0 1011000 1011100 1010001 11 1010101 1010

Color Harmonies of #310604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310604

Black with #310604

Text Example


Text Example

White with #310604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310604; }

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

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

background-color css

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

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

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

border-color css

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

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

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