Html Css Color HEX #321309 Seal Brown

📋 copy color: '#321309'

red 50 ◦ green 19 ◦ blue 9

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

Shades of Seal Brown #321309

Tints of Seal Brown #321309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 11.54%

R = 64.1%
G = 24.36%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.80

RGB Variations

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

Color information

#321309 (or 0x321309) is known color: Seal Brown. HEX triplet: 32, 13 and 09. RGB value is (50,19,9). Sum of RGB (Red+Green+Blue) = 50+19+9=78 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.10% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 50 - color contains mainly: red. Hex color #321309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321309 is #CDECF6. Grayscale: #1B1B1B. Windows color (decimal): -13495543 or 594738. OLE color: 594738.

HSL color Cylindrical-coordinate representation of color #321309: hue angle of 14.63º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #321309 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 19 9 -
CMYK 0 0.62 0.82 0.80
HSL 14.63º 0.69% 0.12% -
HSV(B) 14.63º 0.82% 0.2% -
XYZ 1.6 1.16 0.4 -
YUV 27.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 50 19 9 0 0.62 0.82 0.80 14.63 0.69 0.12
Hex 32 13 9 0 3E 52 50 F 45 C
Octal 62 23 11 0 76 122 120 17 105 14
Binary 110010 10011 1001 0 111110 1010010 1010000 1111 1000101 1100

Color Harmonies of #321309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321309

Black with #321309

Text Example


Text Example

White with #321309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321309; }

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

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

background-color css

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

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

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

border-color css

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

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

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