Html Css Color HEX #321817 Seal Brown

📋 copy color: '#321817'

red 50 ◦ green 24 ◦ blue 23

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

Shades of Seal Brown #321817

Tints of Seal Brown #321817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 23.71%

R = 51.55%
G = 24.74%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#321817 (or 0x321817) is known color: Seal Brown. HEX triplet: 32, 18 and 17. RGB value is (50,24,23). Sum of RGB (Red+Green+Blue) = 50+24+23=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #321817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321817 is #CDE7E8. Grayscale: #1F1F1F. Windows color (decimal): -13494249 or 1513522. OLE color: 1513522.

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

Color convert

RGB 50 24 23 -
CMYK 0 0.52 0.54 0.80
HSL 2.22º 0.37% 0.14% -
HSV(B) 2.22º 0.54% 0.2% -
XYZ 1.8 1.39 0.98 -
YUV 31.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 50 24 23 0 0.52 0.54 0.80 2.22 0.37 0.14
Hex 32 18 17 0 34 36 50 2 25 E
Octal 62 30 27 0 64 66 120 2 45 16
Binary 110010 11000 10111 0 110100 110110 1010000 10 100101 1110

Color Harmonies of #321817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321817

Black with #321817

Text Example


Text Example

White with #321817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321817; }

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

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

background-color css

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

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

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

border-color css

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

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

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