Html Css Color HEX #321C1A Seal Brown

📋 copy color: '#321C1A'

red 50 ◦ green 28 ◦ blue 26

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

Shades of Seal Brown #321C1A

Tints of Seal Brown #321C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 25%

R = 48.08%
G = 26.92%
B = 25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#321C1A (or 0x321C1A) is known color: Seal Brown. HEX triplet: 32, 1C and 1A. RGB value is (50,28,26). Sum of RGB (Red+Green+Blue) = 50+28+26=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #321C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C1A is #CDE3E5. Grayscale: #222222. Windows color (decimal): -13493222 or 1711154. OLE color: 1711154.

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

Color convert

RGB 50 28 26 -
CMYK 0 0.44 0.48 0.80
HSL 0.32% 0.15% -
HSV(B) 0.48% 0.2% -
XYZ 1.92 1.58 1.18 -
YUV 34.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 50 28 26 0 0.44 0.48 0.80 5 0.32 0.15
Hex 32 1C 1A 0 2C 30 50 5 20 F
Octal 62 34 32 0 54 60 120 5 40 17
Binary 110010 11100 11010 0 101100 110000 1010000 101 100000 1111

Color Harmonies of #321C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321C1A

Black with #321C1A

Text Example


Text Example

White with #321C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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