Html Css Color HEX #321816 Seal Brown

📋 copy color: '#321816'

red 50 ◦ green 24 ◦ blue 22

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

Shades of Seal Brown #321816

Tints of Seal Brown #321816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 22.92%

R = 52.08%
G = 25%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#321816 (or 0x321816) is known color: Seal Brown. HEX triplet: 32, 18 and 16. RGB value is (50,24,22). Sum of RGB (Red+Green+Blue) = 50+24+22=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #321816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321816 is #CDE7E9. Grayscale: #1F1F1F. Windows color (decimal): -13494250 or 1447986. OLE color: 1447986.

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

Color convert

RGB 50 24 22 -
CMYK 0 0.52 0.56 0.80
HSL 4.29º 0.39% 0.14% -
HSV(B) 4.29º 0.56% 0.2% -
XYZ 1.79 1.39 0.93 -
YUV 31.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 50 24 22 0 0.52 0.56 0.80 4.29 0.39 0.14
Hex 32 18 16 0 34 38 50 4 27 E
Octal 62 30 26 0 64 70 120 4 47 16
Binary 110010 11000 10110 0 110100 111000 1010000 100 100111 1110

Color Harmonies of #321816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321816

Black with #321816

Text Example


Text Example

White with #321816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321816; }

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

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

background-color css

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

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

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

border-color css

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

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

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