Html Css Color HEX #321512 Seal Brown

📋 copy color: '#321512'

red 50 ◦ green 21 ◦ blue 18

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

Shades of Seal Brown #321512

Tints of Seal Brown #321512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20.22%

R = 56.18%
G = 23.6%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.80

RGB Variations

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

Color information

#321512 (or 0x321512) is known color: Seal Brown. HEX triplet: 32, 15 and 12. RGB value is (50,21,18). Sum of RGB (Red+Green+Blue) = 50+21+18=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #321512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321512 is #CDEAED. Grayscale: #1D1D1D. Windows color (decimal): -13495022 or 1185074. OLE color: 1185074.

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

Color convert

RGB 50 21 18 -
CMYK 0 0.58 0.64 0.80
HSL 5.63º 0.47% 0.13% -
HSV(B) 5.63º 0.64% 0.2% -
XYZ 1.69 1.26 0.73 -
YUV 29.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 50 21 18 0 0.58 0.64 0.80 5.63 0.47 0.13
Hex 32 15 12 0 3A 40 50 6 2F D
Octal 62 25 22 0 72 100 120 6 57 15
Binary 110010 10101 10010 0 111010 1000000 1010000 110 101111 1101

Color Harmonies of #321512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321512

Black with #321512

Text Example


Text Example

White with #321512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321512; }

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

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

background-color css

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

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

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

border-color css

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

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

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