Html Css Color HEX #321F16 Brown Pod

📋 copy color: '#321F16'

red 50 ◦ green 31 ◦ blue 22

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

Shades of Brown Pod #321F16

Tints of Brown Pod #321F16

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.1%

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

R = 48.54%
G = 30.1%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#321F16 (or 0x321F16) is known color: Brown Pod. HEX triplet: 32, 1F and 16. RGB value is (50,31,22). Sum of RGB (Red+Green+Blue) = 50+31+22=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #321F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321F16 is #CDE0E9. Grayscale: #232323. Windows color (decimal): -13492458 or 1449778. OLE color: 1449778.

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

Color convert

RGB 50 31 22 -
CMYK 0 0.38 0.56 0.80
HSL 19.29º 0.39% 0.14% -
HSV(B) 19.29º 0.56% 0.2% -
XYZ 1.95 1.72 0.99 -
YUV 35.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 50 31 22 0 0.38 0.56 0.80 19.29 0.39 0.14
Hex 32 1F 16 0 26 38 50 13 27 E
Octal 62 37 26 0 46 70 120 23 47 16
Binary 110010 11111 10110 0 100110 111000 1010000 10011 100111 1110

Color Harmonies of #321F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F16

Black with #321F16

Text Example


Text Example

White with #321F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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