Html Css Color HEX #321610 Seal Brown

📋 copy color: '#321610'

red 50 ◦ green 22 ◦ blue 16

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

Shades of Seal Brown #321610

Tints of Seal Brown #321610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 25%

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

R = 56.82%
G = 25%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.80

RGB Variations

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

Color information

#321610 (or 0x321610) is known color: Seal Brown. HEX triplet: 32, 16 and 10. RGB value is (50,22,16). Sum of RGB (Red+Green+Blue) = 50+22+16=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #321610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321610 is #CDE9EF. Grayscale: #1D1D1D. Windows color (decimal): -13494768 or 1054258. OLE color: 1054258.

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

Color convert

RGB 50 22 16 -
CMYK 0 0.56 0.68 0.80
HSL 10.59º 0.52% 0.13% -
HSV(B) 10.59º 0.68% 0.2% -
XYZ 1.7 1.29 0.65 -
YUV 29.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 50 22 16 0 0.56 0.68 0.80 10.59 0.52 0.13
Hex 32 16 10 0 38 44 50 B 34 D
Octal 62 26 20 0 70 104 120 13 64 15
Binary 110010 10110 10000 0 111000 1000100 1010000 1011 110100 1101

Color Harmonies of #321610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321610

Black with #321610

Text Example


Text Example

White with #321610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321610; }

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

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

background-color css

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

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

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

border-color css

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

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

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