Html Css Color HEX #321006 Seal Brown

📋 copy color: '#321006'

red 50 ◦ green 16 ◦ blue 6

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

Shades of Seal Brown #321006

Tints of Seal Brown #321006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.22%

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

R = 69.44%
G = 22.22%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.80

RGB Variations

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

Color information

#321006 (or 0x321006) is known color: Seal Brown. HEX triplet: 32, 10 and 06. RGB value is (50,16,6). Sum of RGB (Red+Green+Blue) = 50+16+6=72 (9% of max value = 765). Red value is 50 (19.92% from 255 or 69.44% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 50 - color contains mainly: red. Hex color #321006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321006 is #CDEFF9. Grayscale: #191919. Windows color (decimal): -13496314 or 397362. OLE color: 397362.

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

Color convert

RGB 50 16 6 -
CMYK 0 0.68 0.88 0.80
HSL 13.64º 0.79% 0.11% -
HSV(B) 13.64º 0.88% 0.2% -
XYZ 1.53 1.06 0.3 -
YUV 25.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 50 16 6 0 0.68 0.88 0.80 13.64 0.79 0.11
Hex 32 10 6 0 44 58 50 E 4F B
Octal 62 20 6 0 104 130 120 16 117 13
Binary 110010 10000 110 0 1000100 1011000 1010000 1110 1001111 1011

Color Harmonies of #321006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321006

Black with #321006

Text Example


Text Example

White with #321006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321006; }

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

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

background-color css

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

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

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

border-color css

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

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

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