Html Css Color HEX #321615 Seal Brown

📋 copy color: '#321615'

red 50 ◦ green 22 ◦ blue 21

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

Shades of Seal Brown #321615

Tints of Seal Brown #321615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 22.58%

R = 53.76%
G = 23.66%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#321615 (or 0x321615) is known color: Seal Brown. HEX triplet: 32, 16 and 15. RGB value is (50,22,21). Sum of RGB (Red+Green+Blue) = 50+22+21=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #321615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321615 is #CDE9EA. Grayscale: #1E1E1E. Windows color (decimal): -13494763 or 1381938. OLE color: 1381938.

HSL color Cylindrical-coordinate representation of color #321615: hue angle of 2.07º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #321615 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 22 21 -
CMYK 0 0.56 0.58 0.80
HSL 2.07º 0.41% 0.14% -
HSV(B) 2.07º 0.58% 0.2% -
XYZ 1.74 1.31 0.87 -
YUV 30.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 50 22 21 0 0.56 0.58 0.80 2.07 0.41 0.14
Hex 32 16 15 0 38 3A 50 2 29 E
Octal 62 26 25 0 70 72 120 2 51 16
Binary 110010 10110 10101 0 111000 111010 1010000 10 101001 1110

Color Harmonies of #321615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321615

Black with #321615

Text Example


Text Example

White with #321615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321615; }

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

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

background-color css

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

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

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

border-color css

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

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

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