Html Css Color HEX #321007 Seal Brown

📋 copy color: '#321007'

red 50 ◦ green 16 ◦ blue 7

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

Shades of Seal Brown #321007

Tints of Seal Brown #321007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 9.59%

R = 68.49%
G = 21.92%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.80

RGB Variations

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

Color information

#321007 (or 0x321007) is known color: Seal Brown. HEX triplet: 32, 10 and 07. RGB value is (50,16,7). Sum of RGB (Red+Green+Blue) = 50+16+7=73 (9% of max value = 765). Red value is 50 (19.92% from 255 or 68.49% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 50 - color contains mainly: red. Hex color #321007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321007 is #CDEFF8. Grayscale: #191919. Windows color (decimal): -13496313 or 462898. OLE color: 462898.

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

Color convert

RGB 50 16 7 -
CMYK 0 0.68 0.86 0.80
HSL 12.56º 0.75% 0.11% -
HSV(B) 12.56º 0.86% 0.2% -
XYZ 1.54 1.06 0.33 -
YUV 25.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 50 16 7 0 0.68 0.86 0.80 12.56 0.75 0.11
Hex 32 10 7 0 44 56 50 D 4B B
Octal 62 20 7 0 104 126 120 15 113 13
Binary 110010 10000 111 0 1000100 1010110 1010000 1101 1001011 1011

Color Harmonies of #321007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321007

Black with #321007

Text Example


Text Example

White with #321007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321007; }

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

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

background-color css

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

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

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

border-color css

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

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

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