Html Css Color HEX #321B17 Seal Brown

📋 copy color: '#321B17'

red 50 ◦ green 27 ◦ blue 23

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

Shades of Seal Brown #321B17

Tints of Seal Brown #321B17

RGB

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

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

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

R = 50%
G = 27%
B = 23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#321B17 (or 0x321B17) is known color: Seal Brown. HEX triplet: 32, 1B and 17. RGB value is (50,27,23). Sum of RGB (Red+Green+Blue) = 50+27+23=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #321B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B17 is #CDE4E8. Grayscale: #212121. Windows color (decimal): -13493481 or 1514290. OLE color: 1514290.

HSL color Cylindrical-coordinate representation of color #321B17: hue angle of 8.89º 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 #321B17 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 27 23 -
CMYK 0 0.46 0.54 0.80
HSL 8.89º 0.37% 0.14% -
HSV(B) 8.89º 0.54% 0.2% -
XYZ 1.86 1.52 1.01 -
YUV 33.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 50 27 23 0 0.46 0.54 0.80 8.89 0.37 0.14
Hex 32 1B 17 0 2E 36 50 9 25 E
Octal 62 33 27 0 56 66 120 11 45 16
Binary 110010 11011 10111 0 101110 110110 1010000 1001 100101 1110

Color Harmonies of #321B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321B17

Black with #321B17

Text Example


Text Example

White with #321B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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