Html Css Color HEX #310602 Seal Brown

📋 copy color: '#310602'

red 49 ◦ green 6 ◦ blue 2

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

Shades of Seal Brown #310602

Tints of Seal Brown #310602

RGB

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

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

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

R = 85.96%
G = 10.53%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#310602 (or 0x310602) is known color: Seal Brown. HEX triplet: 31, 06 and 02. RGB value is (49,6,2). Sum of RGB (Red+Green+Blue) = 49+6+2=57 (7% of max value = 765). Red value is 49 (19.53% from 255 or 85.96% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 49 - color contains mainly: red. Hex color #310602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310602 is #CEF9FD. Grayscale: #121212. Windows color (decimal): -13564414 or 132657. OLE color: 132657.

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

Color convert

RGB 49 6 2 -
CMYK 0 0.88 0.96 0.81
HSL 5.11º 0.92% 0.1% -
HSV(B) 5.11º 0.96% 0.19% -
XYZ 1.34 0.79 0.14 -
YUV 18.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 49 6 2 0 0.88 0.96 0.81 5.11 0.92 0.1
Hex 31 6 2 0 58 60 51 5 5C A
Octal 61 6 2 0 130 140 121 5 134 12
Binary 110001 110 10 0 1011000 1100000 1010001 101 1011100 1010

Color Harmonies of #310602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310602

Black with #310602

Text Example


Text Example

White with #310602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310602; }

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

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

background-color css

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

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

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

border-color css

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

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

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