Html Css Color HEX #321410 Seal Brown

📋 copy color: '#321410'

red 50 ◦ green 20 ◦ blue 16

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

Shades of Seal Brown #321410

Tints of Seal Brown #321410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 23.26%

 BLUE value IS 16 (6.64% from 255) = 18.6%

R = 58.14%
G = 23.26%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.80

RGB Variations

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

Color information

#321410 (or 0x321410) is known color: Seal Brown. HEX triplet: 32, 14 and 10. RGB value is (50,20,16). Sum of RGB (Red+Green+Blue) = 50+20+16=86 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.14% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 50 - color contains mainly: red. Hex color #321410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321410 is #CDEBEF. Grayscale: #1C1C1C. Windows color (decimal): -13495280 or 1053746. OLE color: 1053746.

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

Color convert

RGB 50 20 16 -
CMYK 0 0.60 0.68 0.80
HSL 7.06º 0.52% 0.13% -
HSV(B) 7.06º 0.68% 0.2% -
XYZ 1.66 1.22 0.64 -
YUV 28.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 50 20 16 0 0.60 0.68 0.80 7.06 0.52 0.13
Hex 32 14 10 0 3C 44 50 7 34 D
Octal 62 24 20 0 74 104 120 7 64 15
Binary 110010 10100 10000 0 111100 1000100 1010000 111 110100 1101

Color Harmonies of #321410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321410

Black with #321410

Text Example


Text Example

White with #321410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321410; }

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

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

background-color css

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

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

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

border-color css

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

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

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