Html Css Color HEX #321E16 Brown Pod

📋 copy color: '#321E16'

red 50 ◦ green 30 ◦ blue 22

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

Shades of Brown Pod #321E16

Tints of Brown Pod #321E16

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.41%

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

R = 49.02%
G = 29.41%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#321E16 (or 0x321E16) is known color: Brown Pod. HEX triplet: 32, 1E and 16. RGB value is (50,30,22). Sum of RGB (Red+Green+Blue) = 50+30+22=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 50 - color contains mainly: red. Hex color #321E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E16 is #CDE1E9. Grayscale: #232323. Windows color (decimal): -13492714 or 1449522. OLE color: 1449522.

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

Color convert

RGB 50 30 22 -
CMYK 0 0.40 0.56 0.80
HSL 17.14º 0.39% 0.14% -
HSV(B) 17.14º 0.56% 0.2% -
XYZ 1.92 1.66 0.98 -
YUV 35.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 50 30 22 0 0.40 0.56 0.80 17.14 0.39 0.14
Hex 32 1E 16 0 28 38 50 11 27 E
Octal 62 36 26 0 50 70 120 21 47 16
Binary 110010 11110 10110 0 101000 111000 1010000 10001 100111 1110

Color Harmonies of #321E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321E16

Black with #321E16

Text Example


Text Example

White with #321E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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