Html Css Color HEX #321918 Seal Brown

📋 copy color: '#321918'

red 50 ◦ green 25 ◦ blue 24

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

Shades of Seal Brown #321918

Tints of Seal Brown #321918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.25%

 BLUE value IS 24 (9.77% from 255) = 24.24%

R = 50.51%
G = 25.25%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#321918 (or 0x321918) is known color: Seal Brown. HEX triplet: 32, 19 and 18. RGB value is (50,25,24). Sum of RGB (Red+Green+Blue) = 50+25+24=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #321918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321918 is #CDE6E7. Grayscale: #202020. Windows color (decimal): -13493992 or 1579314. OLE color: 1579314.

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

Color convert

RGB 50 25 24 -
CMYK 0 0.50 0.52 0.80
HSL 2.31º 0.35% 0.15% -
HSV(B) 2.31º 0.52% 0.2% -
XYZ 1.83 1.44 1.05 -
YUV 32.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 50 25 24 0 0.50 0.52 0.80 2.31 0.35 0.15
Hex 32 19 18 0 32 34 50 2 23 F
Octal 62 31 30 0 62 64 120 2 43 17
Binary 110010 11001 11000 0 110010 110100 1010000 10 100011 1111

Color Harmonies of #321918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321918

Black with #321918

Text Example


Text Example

White with #321918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321918; }

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

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

background-color css

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

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

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

border-color css

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

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

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