Html Css Color HEX #321C1B Seal Brown

📋 copy color: '#321C1B'

red 50 ◦ green 28 ◦ blue 27

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

Shades of Seal Brown #321C1B

Tints of Seal Brown #321C1B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.67%

 BLUE value IS 27 (10.94% from 255) = 25.71%

R = 47.62%
G = 26.67%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.80

RGB Variations

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

Color information

#321C1B (or 0x321C1B) is known color: Seal Brown. HEX triplet: 32, 1C and 1B. RGB value is (50,28,27). Sum of RGB (Red+Green+Blue) = 50+28+27=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #321C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C1B is #CDE3E4. Grayscale: #222222. Windows color (decimal): -13493221 or 1776690. OLE color: 1776690.

HSL color Cylindrical-coordinate representation of color #321C1B: hue angle of 2.61º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #321C1B is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 28 27 -
CMYK 0 0.44 0.46 0.80
HSL 2.61º 0.3% 0.15% -
HSV(B) 2.61º 0.46% 0.2% -
XYZ 1.93 1.59 1.24 -
YUV 34.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 50 28 27 0 0.44 0.46 0.80 2.61 0.3 0.15
Hex 32 1C 1B 0 2C 2E 50 3 1E F
Octal 62 34 33 0 54 56 120 3 36 17
Binary 110010 11100 11011 0 101100 101110 1010000 11 11110 1111

Color Harmonies of #321C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321C1B

Black with #321C1B

Text Example


Text Example

White with #321C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321C1B; }

 p { color: rgb(50,28,27); }

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

background-color css

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

 a { background-color: rgb(50,28,27); }

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

border-color css

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

 span { border-color: rgb(50,28,27); }

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