Html Css Color HEX #321307 Seal Brown

📋 copy color: '#321307'

red 50 ◦ green 19 ◦ blue 7

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

Shades of Seal Brown #321307

Tints of Seal Brown #321307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25%

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

R = 65.79%
G = 25%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.80

RGB Variations

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

Color information

#321307 (or 0x321307) is known color: Seal Brown. HEX triplet: 32, 13 and 07. RGB value is (50,19,7). Sum of RGB (Red+Green+Blue) = 50+19+7=76 (10% of max value = 765). Red value is 50 (19.92% from 255 or 65.79% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 50 - color contains mainly: red. Hex color #321307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321307 is #CDECF8. Grayscale: #1A1A1A. Windows color (decimal): -13495545 or 463666. OLE color: 463666.

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

Color convert

RGB 50 19 7 -
CMYK 0 0.62 0.86 0.80
HSL 16.74º 0.75% 0.11% -
HSV(B) 16.74º 0.86% 0.2% -
XYZ 1.59 1.16 0.34 -
YUV 26.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 50 19 7 0 0.62 0.86 0.80 16.74 0.75 0.11
Hex 32 13 7 0 3E 56 50 11 4B B
Octal 62 23 7 0 76 126 120 21 113 13
Binary 110010 10011 111 0 111110 1010110 1010000 10001 1001011 1011

Color Harmonies of #321307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321307

Black with #321307

Text Example


Text Example

White with #321307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321307; }

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

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

background-color css

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

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

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

border-color css

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

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

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