Html Css Color HEX #321C16 Brown Pod

📋 copy color: '#321C16'

red 50 ◦ green 28 ◦ blue 22

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

Shades of Brown Pod #321C16

Tints of Brown Pod #321C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28%

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

R = 50%
G = 28%
B = 22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#321C16 (or 0x321C16) is known color: Brown Pod. HEX triplet: 32, 1C and 16. RGB value is (50,28,22). Sum of RGB (Red+Green+Blue) = 50+28+22=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #321C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C16 is #CDE3E9. Grayscale: #212121. Windows color (decimal): -13493226 or 1449010. OLE color: 1449010.

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

Color convert

RGB 50 28 22 -
CMYK 0 0.44 0.56 0.80
HSL 12.86º 0.39% 0.14% -
HSV(B) 12.86º 0.56% 0.2% -
XYZ 1.88 1.57 0.96 -
YUV 33.89 121.29 139.49 -
System Red Green Blue C M Y K H S L
Decimal 50 28 22 0 0.44 0.56 0.80 12.86 0.39 0.14
Hex 32 1C 16 0 2C 38 50 D 27 E
Octal 62 34 26 0 54 70 120 15 47 16
Binary 110010 11100 10110 0 101100 111000 1010000 1101 100111 1110

Color Harmonies of #321C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321C16

Black with #321C16

Text Example


Text Example

White with #321C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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