Html Css Color HEX #321510 Seal Brown

📋 copy color: '#321510'

red 50 ◦ green 21 ◦ blue 16

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

Shades of Seal Brown #321510

Tints of Seal Brown #321510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.14%

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

R = 57.47%
G = 24.14%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.80

RGB Variations

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

Color information

#321510 (or 0x321510) is known color: Seal Brown. HEX triplet: 32, 15 and 10. RGB value is (50,21,16). Sum of RGB (Red+Green+Blue) = 50+21+16=87 (11% of max value = 765). Red value is 50 (19.92% from 255 or 57.47% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 50 - color contains mainly: red. Hex color #321510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321510 is #CDEAEF. Grayscale: #1D1D1D. Windows color (decimal): -13495024 or 1054002. OLE color: 1054002.

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

Color convert

RGB 50 21 16 -
CMYK 0 0.58 0.68 0.80
HSL 8.82º 0.52% 0.13% -
HSV(B) 8.82º 0.68% 0.2% -
XYZ 1.68 1.25 0.64 -
YUV 29.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 50 21 16 0 0.58 0.68 0.80 8.82 0.52 0.13
Hex 32 15 10 0 3A 44 50 9 34 D
Octal 62 25 20 0 72 104 120 11 64 15
Binary 110010 10101 10000 0 111010 1000100 1010000 1001 110100 1101

Color Harmonies of #321510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321510

Black with #321510

Text Example


Text Example

White with #321510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321510; }

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

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

background-color css

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

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

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

border-color css

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

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

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