Html Css Color HEX #321206 Seal Brown

📋 copy color: '#321206'

red 50 ◦ green 18 ◦ blue 6

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

Shades of Seal Brown #321206

Tints of Seal Brown #321206

RGB

 RED value IS 50 (19.92% from 255) = 67.57%

 GREEN value IS 18 (7.42% from 255) = 24.32%

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

R = 67.57%
G = 24.32%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.80

RGB Variations

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

Color information

#321206 (or 0x321206) is known color: Seal Brown. HEX triplet: 32, 12 and 06. RGB value is (50,18,6). Sum of RGB (Red+Green+Blue) = 50+18+6=74 (9% of max value = 765). Red value is 50 (19.92% from 255 or 67.57% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 50 - color contains mainly: red. Hex color #321206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321206 is #CDEDF9. Grayscale: #1A1A1A. Windows color (decimal): -13495802 or 397874. OLE color: 397874.

HSL color Cylindrical-coordinate representation of color #321206: hue angle of 16.36º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321206 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 18 6 -
CMYK 0 0.64 0.88 0.80
HSL 16.36º 0.79% 0.11% -
HSV(B) 16.36º 0.88% 0.2% -
XYZ 1.56 1.12 0.31 -
YUV 26.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 50 18 6 0 0.64 0.88 0.80 16.36 0.79 0.11
Hex 32 12 6 0 40 58 50 10 4F B
Octal 62 22 6 0 100 130 120 20 117 13
Binary 110010 10010 110 0 1000000 1011000 1010000 10000 1001111 1011

Color Harmonies of #321206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321206

Black with #321206

Text Example


Text Example

White with #321206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321206; }

 p { color: rgb(50,18,6); }

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

background-color css

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

 a { background-color: rgb(50,18,6); }

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

border-color css

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

 span { border-color: rgb(50,18,6); }

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