Html Css Color HEX #310702 Seal Brown

📋 copy color: '#310702'

red 49 ◦ green 7 ◦ blue 2

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

Shades of Seal Brown #310702

Tints of Seal Brown #310702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 12.07%

 BLUE value IS 2 (1.17% from 255) = 3.45%

R = 84.48%
G = 12.07%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#310702 (or 0x310702) is known color: Seal Brown. HEX triplet: 31, 07 and 02. RGB value is (49,7,2). Sum of RGB (Red+Green+Blue) = 49+7+2=58 (7% of max value = 765). Red value is 49 (19.53% from 255 or 84.48% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 49 - color contains mainly: red. Hex color #310702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310702 is #CEF8FD. Grayscale: #131313. Windows color (decimal): -13564158 or 132913. OLE color: 132913.

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

Color convert

RGB 49 7 2 -
CMYK 0 0.86 0.96 0.81
HSL 6.38º 0.92% 0.1% -
HSV(B) 6.38º 0.96% 0.19% -
XYZ 1.35 0.81 0.14 -
YUV 18.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 49 7 2 0 0.86 0.96 0.81 6.38 0.92 0.1
Hex 31 7 2 0 56 60 51 6 5C A
Octal 61 7 2 0 126 140 121 6 134 12
Binary 110001 111 10 0 1010110 1100000 1010001 110 1011100 1010

Color Harmonies of #310702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310702

Black with #310702

Text Example


Text Example

White with #310702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310702; }

 p { color: rgb(49,7,2); }

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

background-color css

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

 a { background-color: rgb(49,7,2); }

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

border-color css

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

 span { border-color: rgb(49,7,2); }

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