Html Css Color HEX #321C14 Brown Pod

📋 copy color: '#321C14'

red 50 ◦ green 28 ◦ blue 20

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

Shades of Brown Pod #321C14

Tints of Brown Pod #321C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 20.41%

R = 51.02%
G = 28.57%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#321C14 (or 0x321C14) is known color: Brown Pod. HEX triplet: 32, 1C and 14. RGB value is (50,28,20). Sum of RGB (Red+Green+Blue) = 50+28+20=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #321C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C14 is #CDE3EB. Grayscale: #212121. Windows color (decimal): -13493228 or 1317938. OLE color: 1317938.

HSL color Cylindrical-coordinate representation of color #321C14: hue angle of 16º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #321C14 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 28 20 -
CMYK 0 0.44 0.60 0.80
HSL 16º 0.43% 0.14% -
HSV(B) 16º 0.6% 0.2% -
XYZ 1.86 1.56 0.86 -
YUV 33.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 50 28 20 0 0.44 0.60 0.80 16 0.43 0.14
Hex 32 1C 14 0 2C 3C 50 10 2B E
Octal 62 34 24 0 54 74 120 20 53 16
Binary 110010 11100 10100 0 101100 111100 1010000 10000 101011 1110

Color Harmonies of #321C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321C14

Black with #321C14

Text Example


Text Example

White with #321C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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