Html Css Color HEX #321B19 Seal Brown

📋 copy color: '#321B19'

red 50 ◦ green 27 ◦ blue 25

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

Shades of Seal Brown #321B19

Tints of Seal Brown #321B19

RGB

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

 GREEN value IS 27 (10.94% from 255) = 26.47%

 BLUE value IS 25 (10.16% from 255) = 24.51%

R = 49.02%
G = 26.47%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#321B19 (or 0x321B19) is known color: Seal Brown. HEX triplet: 32, 1B and 19. RGB value is (50,27,25). Sum of RGB (Red+Green+Blue) = 50+27+25=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 50 - color contains mainly: red. Hex color #321B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B19 is #CDE4E6. Grayscale: #212121. Windows color (decimal): -13493479 or 1645362. OLE color: 1645362.

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

Color convert

RGB 50 27 25 -
CMYK 0 0.46 0.50 0.80
HSL 4.8º 0.33% 0.15% -
HSV(B) 4.8º 0.5% 0.2% -
XYZ 1.88 1.53 1.12 -
YUV 33.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 50 27 25 0 0.46 0.50 0.80 4.8 0.33 0.15
Hex 32 1B 19 0 2E 32 50 5 21 F
Octal 62 33 31 0 56 62 120 5 41 17
Binary 110010 11011 11001 0 101110 110010 1010000 101 100001 1111

Color Harmonies of #321B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321B19

Black with #321B19

Text Example


Text Example

White with #321B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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