Html Css Color HEX #321813 Seal Brown

📋 copy color: '#321813'

red 50 ◦ green 24 ◦ blue 19

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

Shades of Seal Brown #321813

Tints of Seal Brown #321813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.81%

 BLUE value IS 19 (7.81% from 255) = 20.43%

R = 53.76%
G = 25.81%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#321813 (or 0x321813) is known color: Seal Brown. HEX triplet: 32, 18 and 13. RGB value is (50,24,19). Sum of RGB (Red+Green+Blue) = 50+24+19=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #321813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321813 is #CDE7EC. Grayscale: #1F1F1F. Windows color (decimal): -13494253 or 1251378. OLE color: 1251378.

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

Color convert

RGB 50 24 19 -
CMYK 0 0.52 0.62 0.80
HSL 9.68º 0.45% 0.14% -
HSV(B) 9.68º 0.62% 0.2% -
XYZ 1.76 1.38 0.79 -
YUV 31.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 50 24 19 0 0.52 0.62 0.80 9.68 0.45 0.14
Hex 32 18 13 0 34 3E 50 A 2D E
Octal 62 30 23 0 64 76 120 12 55 16
Binary 110010 11000 10011 0 110100 111110 1010000 1010 101101 1110

Color Harmonies of #321813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321813

Black with #321813

Text Example


Text Example

White with #321813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321813; }

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

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

background-color css

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

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

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

border-color css

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

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

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