Html Css Color HEX #321312 Seal Brown

📋 copy color: '#321312'

red 50 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #321312

Tints of Seal Brown #321312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.84%

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

R = 57.47%
G = 21.84%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.80

RGB Variations

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

Color information

#321312 (or 0x321312) is known color: Seal Brown. HEX triplet: 32, 13 and 12. RGB value is (50,19,18). Sum of RGB (Red+Green+Blue) = 50+19+18=87 (11% of max value = 765). Red value is 50 (19.92% from 255 or 57.47% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 50 - color contains mainly: red. Hex color #321312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321312 is #CDECED. Grayscale: #1C1C1C. Windows color (decimal): -13495534 or 1184562. OLE color: 1184562.

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

Color convert

RGB 50 19 18 -
CMYK 0 0.62 0.64 0.80
HSL 1.88º 0.47% 0.13% -
HSV(B) 1.88º 0.64% 0.2% -
XYZ 1.66 1.19 0.71 -
YUV 28.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 50 19 18 0 0.62 0.64 0.80 1.88 0.47 0.13
Hex 32 13 12 0 3E 40 50 2 2F D
Octal 62 23 22 0 76 100 120 2 57 15
Binary 110010 10011 10010 0 111110 1000000 1010000 10 101111 1101

Color Harmonies of #321312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321312

Black with #321312

Text Example


Text Example

White with #321312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321312; }

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

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

background-color css

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

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

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

border-color css

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

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

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